test_vector: Fix build breakage caused by ASTERISK_REGISTER_FILE

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
This commit is contained in:
George Joseph
2015-05-05 14:40:57 -06:00
parent 2d9081b5ec
commit 8b0f85ac06

View File

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