remove the logging from libgu

This commit is contained in:
kr.angelov
2013-09-12 09:30:02 +00:00
parent 2105188bd0
commit 9c3dd1e1e1
11 changed files with 1 additions and 167 deletions

View File

@@ -21,7 +21,6 @@ guinclude_HEADERS = \
gu/hash.h \
gu/in.h \
gu/list.h \
gu/log.h \
gu/map.h \
gu/mem.h \
gu/out.h \
@@ -59,7 +58,6 @@ libgu_la_SOURCES = \
gu/hash.c \
gu/in.c \
gu/list.c \
gu/log.c \
gu/map.c \
gu/mem.c \
gu/out.c \