diff options
Diffstat (limited to 'src/dabInput.cpp')
-rw-r--r-- | src/dabInput.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dabInput.cpp b/src/dabInput.cpp index e937008..fa3eece 100644 --- a/src/dabInput.cpp +++ b/src/dabInput.cpp @@ -23,9 +23,6 @@ #include <string.h> -TcpLog etiLog; - - bool dabInputOperations::operator==(const dabInputOperations& ops) { return memcmp(this, &ops, sizeof(*this)) == 0; |