diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-17 22:25:37 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-17 22:35:35 -0500 |
commit | 06beed6dc6abeb392b3e2ca8c46fa3169616651e (patch) | |
tree | 8fc99894c5c71c2a76fcc77eda96a5451db11f06 /src/udev/udev-rules.c | |
parent | 1e190502e78cea1f8bcb62e6d390305c89e41e6a (diff) |
Remove unused variable and two function stubs
Diffstat (limited to 'src/udev/udev-rules.c')
-rw-r--r-- | src/udev/udev-rules.c | 2 |
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 */ |