OSDN Git Service

Delete needless file.
authorMichiro HIBARI <hibari@users.sourceforge.jp>
Tue, 27 Dec 2011 07:28:24 +0000 (16:28 +0900)
committerMichiro HIBARI <hibari@users.sourceforge.jp>
Tue, 27 Dec 2011 07:28:24 +0000 (16:28 +0900)
l7vsd/src/tcp_data.cpp [deleted file]

diff --git a/l7vsd/src/tcp_data.cpp b/l7vsd/src/tcp_data.cpp
deleted file mode 100644 (file)
index 700a0b5..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*!
- *    @file    tcp_data.cpp
- *    @brief    tcp session processing data class
- *
- * L7VSD: Linux Virtual Server for Layer7 Load Balancing
- * Copyright (C) 2009  NTT COMWARE Corporation.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
- *
- **********************************************************************/
-
-#include "tcp_data.h"
-#include "logger.h"
-
-// this class implementation see data_buff_base.h