From 7507e4ecfad65e1df0ac60d56599aeea6027e345 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 27 May 2015 00:23:07 +0100 Subject: [PATCH] Removed unused function prototype --- stabbertests/proftest.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stabbertests/proftest.h b/stabbertests/proftest.h index da573821..358b355c 100644 --- a/stabbertests/proftest.h +++ b/stabbertests/proftest.h @@ -6,6 +6,5 @@ void init_prof_test(void **state); void close_prof_test(void **state); -void prof_process_xmpp(int loops); #endif