From a30340affe789cd0c001e34c8e523fbba0742cfc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 24 Apr 2006 14:20:44 +0000 Subject: r15201: Use abs() rather then ABS() (This used to be commit 1f3833d041fddaf79cd19d4f236780a02e97f095) --- source4/lib/util/util.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/lib') 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. -- cgit