Browse Source

tm: deactivate compilation for not used test function _test_insert_to_reply

Henning Westerholt 14 years ago
parent
commit
a99aa20359
1 changed files with 3 additions and 0 deletions
  1. 3 0
      modules/tm/test.c

+ 3 - 0
modules/tm/test.c

@@ -26,6 +26,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
  */
 
 
+#if 0
+
 #include "defs.h"
 #include "defs.h"
 
 
 
 
@@ -67,3 +69,4 @@ int _test_insert_to_reply( struct sip_msg *msg, char *str )
     return 1;
     return 1;
 }
 }
 
 
+#endif