code cleanup
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 21 May 2006 13:18:06 +0000 (15:18 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 21 May 2006 13:18:06 +0000 (15:18 +0200)
lib/embrace/imap.rb

index f0ae8a5538b32b5155322365372a81b37cb2a38b..637eb7f26c645b4bc877ca2dd17ad4b126410322 100644 (file)
@@ -201,10 +201,6 @@ end
        end
 
        class LogoutRequest < Request
-               def initialize(session)
-                       super
-               end
-
                def serialize
                        "LOGOUT"
                end