summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/object.c b/object.c
index 1c36759715..37277f9438 100644
--- a/object.c
+++ b/object.c
@@ -235,12 +235,3 @@ void add_object_array(struct object *obj, const char *name, struct object_array
objects[nr].name = name;
array->nr = ++nr;
}
-
-void clear_object_marks(unsigned mark)
-{
- int i;
-
- for (i = 0; i < obj_hash_size; i++)
- if (obj_hash[i])
- obj_hash[i]->flags &= ~mark;
-}