From 4d5e24f3d5981ce9ef64b7d1655cf7b83979677c Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 2 Feb 2009 16:55:43 +0000 Subject: [PATCH] fix windows build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11595 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_cpp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_cpp.cpp b/src/switch_cpp.cpp index 8ba3f0f6f0..dcb1668f63 100644 --- a/src/switch_cpp.cpp +++ b/src/switch_cpp.cpp @@ -582,7 +582,6 @@ SWITCH_DECLARE(const char *)CoreSession::getVariable(char *var) SWITCH_DECLARE(void) CoreSession::execute(const char *app, const char *data) { - const switch_application_interface_t *application_interface; this_check_void(); sanity_check_noreturn;