summary refs log tree commit diff
path: root/nix/nix-daemon/shared.hh
diff options
context:
space:
mode:
Diffstat (limited to 'nix/nix-daemon/shared.hh')
-rw-r--r--nix/nix-daemon/shared.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/nix-daemon/shared.hh b/nix/nix-daemon/shared.hh
index b45e9f0cfd..98ec97410b 100644
--- a/nix/nix-daemon/shared.hh
+++ b/nix/nix-daemon/shared.hh
@@ -20,18 +20,9 @@
 
 #pragma once
 
-#include <string>
-
 #include <stdlib.h>
 #include <signal.h>
 
-static inline void
-showManPage (const char *name)
-{
-  /* This idea is evil.  Abort.  */
-  abort ();
-}
-
 extern volatile ::sig_atomic_t blockInt;
 
 extern char **argvSaved;