From: Maxim Mamontov 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?hp=8b2d407ef1f52d42ca30d8f5e23c7a4277a2acd5 Removed unused parser.cpp. --- 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 - */ - - /* - $Revision: 1.18 $ - $Date: 2010/08/04 00:40:00 $ - $Author: faust $ - */ - -#include -#include -#include -#include -#include -#include -#include -#include - -#include "stg/common.h" -#include "stg/const.h" -#include "stg/servconf.h" - -using namespace std; -