summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/util/util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/lib/util/util.h b/source4/lib/util/util.h
index 302bd06323..383323b5ed 100644
--- a/source4/lib/util/util.h
+++ b/source4/lib/util/util.h
@@ -76,13 +76,6 @@ extern const char *panic_action;
DEBUG(0,("PANIC: assert failed at %s(%d)\n", __FILE__, __LINE__)); \
smb_panic("assert failed"); abort(); }} while (0)
-/**
- * determine absolute value
- */
-#ifndef ABS
-#define ABS(a) ((a)>0?(a):(-(a)))
-#endif
-
#ifndef SAFE_FREE /* Oh no this is also defined in tdb.h */
/**
* Free memory if the pointer and zero the pointer.