# HG changeset patch # User mru # Date 1182561638 0 # Node ID 62931a89c858b2f3bb720c77a60e02b02fa31dcc # Parent 0e243c8f88fc1ba2292e5e9c3df463a2502d5f13 remove useless #ifndef CONFIG_NOCUTILS diff -r 0e243c8f88fc -r 62931a89c858 cutils.c --- 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) {