X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futil.h;h=24480be682c3f51d8f83a7586a8102b52ed2ce51;hb=f0e62e89970b8c38eb07a9beebd277ce13a5fcc2;hp=4997225d832872e4a2146d1f65ecc5b62e3be9b0;hpb=f32d2db140150b9d38684a699c9875b6e24ca27c;p=elogind.git diff --git a/src/shared/util.h b/src/shared/util.h index 4997225d8..24480be68 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -582,8 +582,6 @@ static inline bool _pure_ in_charset(const char *s, const char* charset) { int block_get_whole_disk(dev_t d, dev_t *ret); -int file_is_priv_sticky(const char *p); - #define NULSTR_FOREACH(i, l) \ for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1)