diff options
Diffstat (limited to '042name.cc')
-rw-r--r-- | 042name.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/042name.cc b/042name.cc index 7800e8f4..e1d978c8 100644 --- a/042name.cc +++ b/042name.cc @@ -31,7 +31,6 @@ void transform_names(const recipe_ordinal r) { bool names_used = false; bool numeric_locations_used = false; map<string, long long int>& names = Name[r]; - map<string, vector<type_ordinal> > metadata; // store the indices 'used' so far in the map long long int& curr_idx = names[""]; ++curr_idx; // avoid using index 0, benign skip in some other cases |