From 14f8b96b563dda9f7d61f5dc1cde14436ef6ea69 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 5 Sep 2013 13:34:49 +0000 Subject: remove the string internalization since it slows down grammar loading with little benefit --- src/runtime/c/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/runtime/c/Makefile.am') diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am index c4eea5698..bc5ad0327 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -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 \ -- cgit v1.2.3