remove unused var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12527 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
19094fde0e
commit
e25265b15d
|
@ -5,7 +5,7 @@ DEBUG=-g -ggdb
|
|||
BASE_FLAGS=$(INCS) -DHAVE_EDITLINE $(DEBUG) -I$(LIBEDIT_DIR)/src/ -fPIC
|
||||
PICKY=-O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
|
||||
CFLAGS=$(BASE_FLAGS) $(PICKY)
|
||||
CXXFLAGS=$(BASE_FLAGS)
|
||||
CXXFLAGS=$(BASE_FLAGS) -Wall -Werror
|
||||
MYLIB=libesl.a
|
||||
LIBS=-lncurses -lpthread -lesl
|
||||
LDFLAGS=-L.
|
||||
|
|
|
@ -296,8 +296,6 @@ const char *ESLevent::firstHeader(void)
|
|||
|
||||
const char *ESLevent::serialize(const char *format)
|
||||
{
|
||||
int isxml = 0;
|
||||
|
||||
this_check("");
|
||||
|
||||
esl_safe_free(serialized_string);
|
||||
|
|
Loading…
Reference in New Issue