X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fudev%2Fudev-rules.c;h=47bde618d66484a865105d998e0a22f1f08d703a;hb=6afc95b73605833e6e966af1c466b5c08feb953f;hp=0a326044126d8ca08f8adc72849abcbb17bdd53f;hpb=955d98c9c1104d469c2989dbfb58f58ee6fe9bdc;p=elogind.git diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c index 0a3260441..47bde618d 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 */