summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 4187787489..8b10939a97 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -3391,15 +3391,6 @@ void *Realloc(void *p,int size)
/****************************************************************************
- Signal handler for SIGPIPE (write on a disconnected socket)
-****************************************************************************/
-void Abort(void )
-{
- DEBUG(0,("Probably got SIGPIPE\nExiting\n"));
- exit(2);
-}
-
-/****************************************************************************
get my own name and IP
****************************************************************************/
BOOL get_myname(char *my_name,struct in_addr *ip)