diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-23 11:50:21 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-23 21:12:18 -0700 |
commit | 381684059a6481d7a507ae8c690a873aabe6a4cb (patch) | |
tree | 70d9c02b1b33f8d21c02075f5060e01dc6be3c0a /src/net/vomit.cpp | |
parent | da6769f929be02a0b3b4d6c52b79922104cdd053 (diff) | |
download | tmwa-381684059a6481d7a507ae8c690a873aabe6a4cb.tar.gz tmwa-381684059a6481d7a507ae8c690a873aabe6a4cb.tar.bz2 tmwa-381684059a6481d7a507ae8c690a873aabe6a4cb.tar.xz tmwa-381684059a6481d7a507ae8c690a873aabe6a4cb.zip |
Remove vomit
Diffstat (limited to 'src/net/vomit.cpp')
-rw-r--r-- | src/net/vomit.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/net/vomit.cpp b/src/net/vomit.cpp deleted file mode 100644 index 2057022..0000000 --- a/src/net/vomit.cpp +++ /dev/null @@ -1,21 +0,0 @@ -#include "vomit.hpp" -// vomit.cpp - sickening socket buffer accessors -// -// Copyright © 2014 Ben Longbons <b.r.longbons@gmail.com> -// -// This file is part of The Mana World (Athena server) -// -// 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 3 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, see <http://www.gnu.org/licenses/>. - -#include "../poison.hpp" |