mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
rose_build_engine_blob: rose unused data() func
We should no longer be reading out of the engine blob.
This commit is contained in:
parent
221229f71c
commit
4976f019f4
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user