[asterisk-commits] russell: branch russell/chan_refcount r100059 - /team/russell/chan_refcount/m...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 23 18:12:22 CST 2008


Author: russell
Date: Wed Jan 23 18:12:21 2008
New Revision: 100059

URL: http://svn.digium.com/view/asterisk?view=rev&rev=100059
Log:
add macros that i added and do not need anymore

Modified:
    team/russell/chan_refcount/main/astobj2.c

Change Statistics:
 0 files changed

Modified: team/russell/chan_refcount/main/astobj2.c
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/main/astobj2.c?view=diff&rev=100059&r1=100058&r2=100059
==============================================================================
--- team/russell/chan_refcount/main/astobj2.c (original)
+++ team/russell/chan_refcount/main/astobj2.c Wed Jan 23 18:12:21 2008
@@ -26,13 +26,6 @@
 #include "asterisk/astobj2.h"
 #include "asterisk/utils.h"
 #include "asterisk/cli.h"
-
-#ifndef MIN
-#define MIN(a,b) ((a) < (b) ? (a) : (b))
-#endif
-#ifndef MAX
-#define MAX(a,b) ((a) > (b) ? (a) : (b))
-#endif
 
 /*!
  * astobj2 objects are always preceded by this data structure,




More information about the asterisk-commits mailing list