summaryrefslogtreecommitdiff
path: root/src/misc/dbg_helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/dbg_helpers.cpp')
-rw-r--r--src/misc/dbg_helpers.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp
index 85d6ea1b9..b197e9a8a 100644
--- a/src/misc/dbg_helpers.cpp
+++ b/src/misc/dbg_helpers.cpp
@@ -10,7 +10,6 @@
#include "../stdafx.h"
#include "../rail_map.h"
#include "dbg_helpers.h"
-#include "blob.hpp"
#include <sstream>
#include <iomanip>
@@ -169,6 +168,3 @@ void DumpTarget::EndStruct()
/* remove current struct name from the stack */
m_cur_struct.pop();
}
-
-/** Just to silence an unsilencable GCC 4.4+ warning */
-/* static */ ByteBlob::BlobHeader ByteBlob::hdrEmpty[] = {{0, 0}, {0, 0}};