This commit is contained in:
Baudouin Raoult 2023-06-26 11:58:42 +01:00
parent b24cb41402
commit 101337a1f5
1 changed files with 0 additions and 4 deletions

View File

@ -332,10 +332,6 @@ CLASSES = dict(
dumper=Dumper,
)
substitutions_re = {r"#define (\w+) (-?\d+)": r"const int \1 = \2;"}
def make_class(path):
in_def = False
in_imp = False