浏览代码

tm: deactivate compilation for not used test function _test_insert_to_reply

Henning Westerholt 14 年之前
父节点
当前提交
a99aa20359
共有 1 个文件被更改,包括 3 次插入0 次删除
  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
  */
 
+#if 0
+
 #include "defs.h"
 
 
@@ -67,3 +69,4 @@ int _test_insert_to_reply( struct sip_msg *msg, char *str )
     return 1;
 }
 
+#endif