diff --git a/extensions/finger/nsFingerChannel.h b/extensions/finger/nsFingerChannel.h index 19978e4da839..8a6483198cf6 100644 --- a/extensions/finger/nsFingerChannel.h +++ b/extensions/finger/nsFingerChannel.h @@ -20,10 +20,6 @@ * Contributor(s): */ -// A datetime channel retrieves date time information from -// RFC 867 compliant datetime servers. The date/time returned -// to the caller is of MIME type "text/plain". - #ifndef nsFingerChannel_h___ #define nsFingerChannel_h___ diff --git a/extensions/finger/nsFingerHandler.cpp b/extensions/finger/nsFingerHandler.cpp index 9d65f184c7d7..0b3e5624fe44 100644 --- a/extensions/finger/nsFingerHandler.cpp +++ b/extensions/finger/nsFingerHandler.cpp @@ -30,9 +30,6 @@ #include "nsIInterfaceRequestor.h" #include "nsIProgressEventSink.h" -// Using StandardURL instead of SimpleURI so that we can get the -// username and port parsed for us. We ignore the path. - static NS_DEFINE_CID(kSimpleURICID, NS_SIMPLEURI_CID); //////////////////////////////////////////////////////////////////////////////// diff --git a/netwerk/protocol/finger/src/nsFingerChannel.h b/netwerk/protocol/finger/src/nsFingerChannel.h index 19978e4da839..8a6483198cf6 100644 --- a/netwerk/protocol/finger/src/nsFingerChannel.h +++ b/netwerk/protocol/finger/src/nsFingerChannel.h @@ -20,10 +20,6 @@ * Contributor(s): */ -// A datetime channel retrieves date time information from -// RFC 867 compliant datetime servers. The date/time returned -// to the caller is of MIME type "text/plain". - #ifndef nsFingerChannel_h___ #define nsFingerChannel_h___ diff --git a/netwerk/protocol/finger/src/nsFingerHandler.cpp b/netwerk/protocol/finger/src/nsFingerHandler.cpp index 9d65f184c7d7..0b3e5624fe44 100644 --- a/netwerk/protocol/finger/src/nsFingerHandler.cpp +++ b/netwerk/protocol/finger/src/nsFingerHandler.cpp @@ -30,9 +30,6 @@ #include "nsIInterfaceRequestor.h" #include "nsIProgressEventSink.h" -// Using StandardURL instead of SimpleURI so that we can get the -// username and port parsed for us. We ignore the path. - static NS_DEFINE_CID(kSimpleURICID, NS_SIMPLEURI_CID); ////////////////////////////////////////////////////////////////////////////////