summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/src/test-pjsip/main.c')
-rw-r--r--pjsip/src/test-pjsip/main.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/pjsip/src/test-pjsip/main.c b/pjsip/src/test-pjsip/main.c
index 621bac61..75b3792e 100644
--- a/pjsip/src/test-pjsip/main.c
+++ b/pjsip/src/test-pjsip/main.c
@@ -16,17 +16,3 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "test.h"
-#include <stdio.h>
-
-int main()
-{
- test_uri();
- test_msg();
-
-#if !IS_PROFILING
- puts("Press <ENTER> to quit.");
- fgets( s, sizeof(s), stdin);
-#endif
- return 0;
-}