remove unused var

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12527 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-03-08 20:45:18 +00:00
parent 19094fde0e
commit e25265b15d
2 changed files with 1 additions and 3 deletions

View File

@ -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.

View File

@ -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);