mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
remove the string internalization since it slows down grammar loading with little benefit
This commit is contained in:
@@ -20,7 +20,6 @@ guinclude_HEADERS = \
|
||||
gu/fun.h \
|
||||
gu/hash.h \
|
||||
gu/in.h \
|
||||
gu/intern.h \
|
||||
gu/list.h \
|
||||
gu/log.h \
|
||||
gu/map.h \
|
||||
@@ -59,7 +58,6 @@ libgu_la_SOURCES = \
|
||||
gu/fun.c \
|
||||
gu/hash.c \
|
||||
gu/in.c \
|
||||
gu/intern.c \
|
||||
gu/list.c \
|
||||
gu/log.c \
|
||||
gu/map.c \
|
||||
|
||||
Reference in New Issue
Block a user