diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-17 22:25:37 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-02-21 10:06:00 -0500 |
commit | 45fa7a7d79e8fad9c25c224b6c63dfe926e11e82 (patch) | |
tree | bb89be38f8074453194699d2dbb2c2343019243f /src/udev/udev-rules.c | |
parent | 4e918b7253bd541a76d3d9641d0be86dd8e132d3 (diff) |
Remove unused variable and two function stubs
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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 814e7dcaef..3adbc7a7ed 100644 --- a/src/udev/udev-rules.c +++ b/src/udev/udev-rules.c @@ -445,8 +445,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 */ |