summaryrefslogtreecommitdiffstats
path: root/src/udev/udev-rules.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-18 04:25:37 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-18 04:35:35 +0100
commit06beed6dc6abeb392b3e2ca8c46fa3169616651e (patch)
tree8fc99894c5c71c2a76fcc77eda96a5451db11f06 /src/udev/udev-rules.c
parentNEWS: fix a few typos and inconsistencies (diff)
downloadsystemd-06beed6dc6abeb392b3e2ca8c46fa3169616651e.tar.xz
systemd-06beed6dc6abeb392b3e2ca8c46fa3169616651e.zip
Remove unused variable and two function stubs
Diffstat (limited to '')
-rw-r--r--src/udev/udev-rules.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c
index 0a32604412..47bde618d6 100644
--- a/src/udev/udev-rules.c
+++ b/src/udev/udev-rules.c
@@ -440,8 +440,6 @@ static void dump_rules(struct udev_rules *rules)
dump_token(rules, &rules->tokens[i]);
}
#else
-static inline const char *operation_str(enum operation_type type) { return NULL; }
-static inline const char *token_str(enum token_type type) { return NULL; }
static inline void dump_token(struct udev_rules *rules, struct token *token) {}
static inline void dump_rules(struct udev_rules *rules) {}
#endif /* DEBUG */