summaryrefslogtreecommitdiff
path: root/src/misc/dbg_helpers.cpp
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2021-04-02 21:20:22 +0100
committerCharles Pigott <charlespigott@googlemail.com>2021-04-04 08:01:54 +0100
commite8a94dc8bbffbf3a48c9826531e116af5ff31396 (patch)
treee4548e16578fc4f5a0357d7773599ebe6522e851 /src/misc/dbg_helpers.cpp
parente8022a589d4f011cae4c3f449d91296ebcc3d947 (diff)
downloadopenttd-e8a94dc8bbffbf3a48c9826531e116af5ff31396.tar.xz
Cleanup: Delete remaining Blob code
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}};