diff options
Diffstat (limited to '')
-rw-r--r-- | src/packet.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/packet.cpp b/src/packet.cpp deleted file mode 100644 index 6283ce5..0000000 --- a/src/packet.cpp +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #include "gats/packet.h" | ||
2 | |||
3 | Gats::Packet::Packet() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Gats::Packet::~Packet() | ||
8 | { | ||
9 | } | ||
10 | |||