diff options
Diffstat (limited to 'dep/src/sockets/Parse.cpp')
-rw-r--r-- | dep/src/sockets/Parse.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dep/src/sockets/Parse.cpp b/dep/src/sockets/Parse.cpp index ccbd553b0e6..2967859f23d 100644 --- a/dep/src/sockets/Parse.cpp +++ b/dep/src/sockets/Parse.cpp @@ -33,12 +33,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Parse.h" - #ifdef SOCKETS_NAMESPACE namespace SOCKETS_NAMESPACE { #endif - /* implementation of class Parse */ Parse::Parse() @@ -93,7 +91,6 @@ Parse::Parse(const std::string&s,const std::string&sp,short /*nospace*/) { } - Parse::~Parse() { } @@ -319,4 +316,3 @@ void Parse::getline(std::string&s) #endif - |