Remove usage of deleted Buffer.cpp

This commit is contained in:
DankParrot 2020-07-25 17:33:00 -07:00
parent 651da100d3
commit 33896730a8
2 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ feather_src = [
'network/NetworkManager.cpp',
'network/TCPListener.cpp',
'network/Buffer.cpp',
'util/StringUtil.cpp',

View File

@ -10,8 +10,6 @@
#include <mutex>
#include <cstring>
#include "Buffer.h"
namespace Feather::Network
{
class TCPSocket