summaryrefslogtreecommitdiffstats
path: root/src/h_bash.c
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2007-09-22 17:24:38 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2007-09-22 17:24:38 +0000
commitd57abcf87f74fe83c2add23b5b38530960b854d5 (patch)
tree1df868417f6a0ff58294fc1ad292ab52224dfc7b /src/h_bash.c
parent9f67767d2a09460155382d885043413d99018e8f (diff)
downloadhaserl-d57abcf87f74fe83c2add23b5b38530960b854d5.tar.bz2
haserl-d57abcf87f74fe83c2add23b5b38530960b854d5.tar.xz
Merged in Comment code
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;