about summary refs log tree commit diff stats
path: root/cpp/054closure_name.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/054closure_name.cc')
-rw-r--r--cpp/054closure_name.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/054closure_name.cc b/cpp/054closure_name.cc
index b6ba686a..b13b4c21 100644
--- a/cpp/054closure_name.cc
+++ b/cpp/054closure_name.cc
@@ -71,14 +71,6 @@ void collect_surrounding_spaces(const recipe_number r) {
   }
 }
 
-vector<string> property(const reagent& r, const string& name) {
-  for (size_t p = 0; p != r.properties.size(); ++p) {
-    if (r.properties[p].first == name)
-      return r.properties[p].second;
-  }
-  return vector<string>();
-}
-
 //: Once surrounding spaces are available, transform_names uses them to handle
 //: /space properties.