about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/010vm.cc b/010vm.cc
index 1bd45033..94570b3a 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -66,10 +66,6 @@ struct reagent {
 };
 
 :(before "struct reagent")
-struct property {
-  vector<string> values;
-};
-
 // Types can range from a simple type ordinal, to arbitrarily complex trees of
 // type parameters, like (map (address array character) (list number))
 struct type_tree {