Cleanup: Delete remaining Blob code

This commit is contained in:
Charles Pigott
2021-04-02 21:20:22 +01:00
parent e8022a589d
commit e8a94dc8bb
4 changed files with 0 additions and 427 deletions

View File

@@ -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}};