From: Maxim Mamontov <faust.madf@gmail.com>
Date: Sun, 18 Aug 2013 09:46:39 +0000 (+0300)
Subject: Removed unused parser.cpp.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/b263b465696c8cebe90a041061b0f162b46138e1?ds=sidebyside;hp=--cc

Removed unused parser.cpp.
---

b263b465696c8cebe90a041061b0f162b46138e1
diff --git a/stglibs/srvconf.lib/Makefile b/stglibs/srvconf.lib/Makefile
index 296ae0f3..5cbc5d40 100644
--- a/stglibs/srvconf.lib/Makefile
+++ b/stglibs/srvconf.lib/Makefile
@@ -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
index 2ebe9a91..00000000
--- a/stglibs/srvconf.lib/parser.cpp
+++ /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;
-