changeset 2183:62931a89c858 libavformat

remove useless #ifndef CONFIG_NOCUTILS
author mru
date Sat, 23 Jun 2007 01:20:38 +0000
parents 0e243c8f88fc
children 38dd9318e1a6
files cutils.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cutils.c	Sat Jun 23 00:47:28 2007 +0000
+++ b/cutils.c	Sat Jun 23 01:20:38 2007 +0000
@@ -20,7 +20,6 @@
  */
 #include "avformat.h"
 
-#if !defined(CONFIG_NOCUTILS)
 /**
  * Return TRUE if val is a prefix of str. If it returns TRUE, ptr is
  * set to the next character in 'str' after the prefix.
@@ -84,8 +83,6 @@
     return buf;
 }
 
-#endif
-
 /* add one element to a dynamic array */
 void __dynarray_add(unsigned long **tab_ptr, int *nb_ptr, unsigned long elem)
 {