From 0d61adeb5f784b45f76d76dad9974f4111fb3c8c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 30 Jan 2006 18:40:05 +0000 Subject: Finished implementation of UA layer (to be tested) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@127 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/test-pjsip/transport_test.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pjsip/src/test-pjsip/transport_test.c') diff --git a/pjsip/src/test-pjsip/transport_test.c b/pjsip/src/test-pjsip/transport_test.c index 74f6d796..df6f55eb 100644 --- a/pjsip/src/test-pjsip/transport_test.c +++ b/pjsip/src/test-pjsip/transport_test.c @@ -18,7 +18,7 @@ */ #include "test.h" -#include +#include #include #define THIS_FILE "transport_test.c" @@ -101,8 +101,6 @@ static pjsip_module my_module = -1, /* Id */ PJSIP_MOD_PRIORITY_TSX_LAYER-1, /* Priority */ NULL, /* User data. */ - 0, /* Number of methods supported (=0). */ - { 0 }, /* Array of methods (none) */ NULL, /* load() */ NULL, /* start() */ NULL, /* stop() */ @@ -305,8 +303,6 @@ static pjsip_module rt_module = -1, /* Id */ PJSIP_MOD_PRIORITY_TSX_LAYER-1, /* Priority */ NULL, /* User data. */ - 0, /* Number of methods supported (=0). */ - { 0 }, /* Array of methods (none) */ NULL, /* load() */ NULL, /* start() */ NULL, /* stop() */ -- cgit v1.2.3