]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
rose_build_engine_blob: rose unused data() func
authorJustin Viiret <justin.viiret@intel.com>
Mon, 15 May 2017 04:40:11 +0000 (14:40 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 30 May 2017 04:00:12 +0000 (14:00 +1000)
We should no longer be reading out of the engine blob.

src/rose/rose_build_engine_blob.h

index a22f2dff77a8122feb5dbb043ea14d641a7bb974..3aa501b477b29ef2483833509552e30232d7471f 100644 (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);