fdr_compile: remove dead var

This commit is contained in:
Justin Viiret 2017-01-23 15:10:55 +11:00 committed by Matthew Barr
parent 1584da9025
commit 12edb07f6e

View 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);
}