summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shared/set.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/set.h b/src/shared/set.h
index b2f473428e..f1111d1bc8 100644
--- a/src/shared/set.h
+++ b/src/shared/set.h
@@ -38,7 +38,6 @@ void *set_get(Set *s, void *value);
bool set_contains(Set *s, void *value);
void *set_iterate(Set *s, Iterator *i);
-void *set_iterate_backwards(Set *s, Iterator *i);
DEFINE_TRIVIAL_CLEANUP_FUNC(Set*, set_free);
#define _cleanup_set_free_ _cleanup_(set_freep)