summaryrefslogtreecommitdiff
path: root/src/libmad/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmad/global.h')
-rw-r--r--src/libmad/global.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/libmad/global.h b/src/libmad/global.h
index 4bde6a82a..8d6723016 100644
--- a/src/libmad/global.h
+++ b/src/libmad/global.h
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: global.h,v 1.2 2002/04/30 18:46:58 miguelfreitas Exp $
+ * $Id: global.h,v 1.3 2003/02/28 02:51:49 storri Exp $
*/
# ifndef LIBMAD_GLOBAL_H
@@ -47,12 +47,4 @@
# define USE_ASYNC
# endif
-# if !defined(HAVE_ASSERT_H)
-# if defined(NDEBUG)
-# define assert(x) /* nothing */
-# else
-# define assert(x) do { if (!(x)) abort(); } while (0)
-# endif
-# endif
-
# endif