* (3/3) cleanup : unused variable

This commit is contained in:
hagen 2014-12-12 08:01:43 +00:00
parent d6ec412422
commit aa0cb6b2c4
4 changed files with 1 additions and 4 deletions

View file

@ -3,7 +3,6 @@ CXXFLAGS = -g -Wall -std=c++11 -lstdc++ -I/usr/local/include
INCFLAGS = -DCRYPTOPP_DISABLE_ASM
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib
LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread
LIBS =
# OSX Notes
# http://www.hutsby.net/2011/08/macs-with-aes-ni.html