chiark / gitweb /
core: remove tcpwrap support
[elogind.git] / src / shared / exit-status.c
index d860b55511cce48d2ee1e0da67d139f21f4f2267..208d329c1e27348b7c9221f7da2164ec2310a082 100644 (file)
@@ -113,9 +113,6 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) {
                 case EXIT_STDERR:
                         return "STDERR";
 
-                case EXIT_TCPWRAP:
-                        return "TCPWRAP";
-
                 case EXIT_PAM:
                         return "PAM";