chiark / gitweb /
Prep v228: Full diff to master revealed more functions that are unused.
[elogind.git] / src / basic / audit-util.c
index 4612297334156aa325b62894603120c30e45be50..d0a061abc06530d5eec679119d55402144aadbdc 100644 (file)
@@ -86,6 +86,7 @@ int audit_loginuid_from_pid(pid_t pid, uid_t *uid) {
         return 0;
 }
 
+#if 0 /// UNNEEDED by elogind
 bool use_audit(void) {
         static int cached_use = -1;
 
@@ -103,3 +104,4 @@ bool use_audit(void) {
 
         return cached_use;
 }
+#endif // 0