]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fdr_compile: remove dead var
authorJustin Viiret <justin.viiret@intel.com>
Mon, 23 Jan 2017 04:10:55 +0000 (15:10 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 26 Apr 2017 04:41:29 +0000 (14:41 +1000)
src/fdr/fdr_compile.cpp

index c9d6cbcb8e100477905a50fd00e0a2cf34477ee5..85342f9aeac3ee2962830e5cfa9ece744b8c87ac 100644 (file)
@@ -593,7 +593,6 @@ aligned_unique_ptr<FDR> fdrBuildTableHinted(const vector<hwlmLiteral> &lits,
                                             bool make_small, u32 hint,
                                             const target_t &target,
                                             const Grey &grey) {
-    pair<u8 *, size_t> link(nullptr, 0);
     return fdrBuildTableInternal(lits, make_small, target, grey, hint);
 }