From 012cf9c86cf91cb8354e229bde335592d41b84b2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 27 Apr 2023 10:32:39 -0300 Subject: Compact charsets used in trees, too. --- lpcode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lpcode.h') diff --git a/lpcode.h b/lpcode.h index ec5f43f..3c71451 100644 --- a/lpcode.h +++ b/lpcode.h @@ -8,7 +8,6 @@ #include "lptree.h" #include "lpvm.h" -int tocharset (TTree *tree, Charset *cs); int checkaux (TTree *tree, int pred); int fixedlen (TTree *tree); int hascaptures (TTree *tree); -- cgit v1.2.3-55-g6feb