rose_build_engine_blob: rose unused data() func

We should no longer be reading out of the engine blob.
This commit is contained in:
Justin Viiret 2017-05-15 14:40:11 +10:00 committed by Matthew Barr
parent 221229f71c
commit 4976f019f4

View File

@ -74,10 +74,6 @@ public:
return blob.size();
}
const char *data() const {
return blob.data();
}
u32 add(const void *a, const size_t len, const size_t align) {
pad(align);