]> git.stg.codes - stg.git/commitdiff
Removed unused parser.cpp.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 18 Aug 2013 09:46:39 +0000 (12:46 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 18 Aug 2013 09:46:39 +0000 (12:46 +0300)
stglibs/srvconf.lib/Makefile
stglibs/srvconf.lib/parser.cpp [deleted file]

index 296ae0f3091aa38ba6c397e4b671d6caf9fa7f2f..5cbc5d40d7d3fb11849ef6967e32b47c7cb3d4c8 100644 (file)
@@ -9,7 +9,6 @@ STGLIBS = -lstgcommon \
 LIBS = -lexpat
 
 SRCS =  netunit.cpp \
-        parser.cpp \
         parser_auth_by.cpp \
         parser_server_info.cpp \
         parser_check_user.cpp \
diff --git a/stglibs/srvconf.lib/parser.cpp b/stglibs/srvconf.lib/parser.cpp
deleted file mode 100644 (file)
index 2ebe9a9..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- *    This program is free software; you can redistribute it and/or modify
- *    it under the terms of the GNU General Public License as published by
- *    the Free Software Foundation; either version 2 of the License, or
- *    (at your option) any later version.
- *
- *    This program is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *    GNU General Public License for more details.
- *
- *    You should have received a copy of the GNU General Public License
- *    along with this program; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-/*
- *    Author : Boris Mikhailenko <stg34@stargazer.dp.ua>
- */
-
- /*
- $Revision: 1.18 $
- $Date: 2010/08/04 00:40:00 $
- $Author: faust $
- */
-
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <string>
-
-#include "stg/common.h"
-#include "stg/const.h"
-#include "stg/servconf.h"
-
-using namespace std;
-