about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-28 15:50:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-28 15:50:04 -0700
commit86d99645dcd8ab83a68f10c30d8321d353ae93ac (patch)
tree2c7cf4048dd2cb54146c778e24c2f5eeb1849280
parent112613fe90b36b4678c7b09e379ef3f76f012c08 (diff)
downloadmu-86d99645dcd8ab83a68f10c30d8321d353ae93ac.tar.gz
1875
-rw-r--r--042name.cc1
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