summaryrefslogtreecommitdiffstats
path: root/src/h_bash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/h_bash.c')
-rw-r--r--src/h_bash.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/h_bash.c b/src/h_bash.c
index 7f6d149..80494e8 100644
--- a/src/h_bash.c
+++ b/src/h_bash.c
@@ -43,10 +43,6 @@
#include "h_script.h"
#include "haserl.h"
-#ifdef DEBUG
-#include <syslog.h>
-#endif
-
/* Local subshell variables */
static int subshell_pipe[2];
static int subshell_pid;