]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
test_vector: Fix build breakage caused by ASTERISK_REGISTER_FILE 71/371/1
authorGeorge Joseph <george.joseph@fairview5.com>
Tue, 5 May 2015 20:40:57 +0000 (14:40 -0600)
committerGeorge Joseph <george.joseph@fairview5.com>
Tue, 5 May 2015 20:42:26 +0000 (14:42 -0600)
My 13 version of test_vector had an ASTERISK_REGISTER_FILE() macro
call at the top which is only supported in master.  Once removed
builds are successful.

Change-Id: I7cac8b669bed6de543bbf4e2eec3cffc9741acdd

tests/test_vector.c

index eae188143233b0fb05d2f6ad4771b32df8728960..ed3807ba8954d6536cad7fab96535be3163f2228 100644 (file)
@@ -34,8 +34,6 @@
 
 #include "asterisk.h"
 
-ASTERISK_REGISTER_FILE()
-
 #include "asterisk/test.h"
 #include "asterisk/utils.h"
 #include "asterisk/strings.h"