From 0d875c32651211e9335f8f4429f38ba11b207b9a Mon Sep 17 00:00:00 2001 From: pixiuPL Date: Mon, 15 Jan 2018 18:41:40 +0100 Subject: [PATCH] Code refactoring #6 (#15270) * Refactoring /deploy * Refactoring /src #1 * Refactoring /src #2 * Code refactoring #3 * Code refactoring #4 (repl.*) * Refactoring code #5 * Refactoring code #6 --- tools/amalgam.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/amalgam.py b/tools/amalgam.py index 3776d12a38..c923cb3219 100755 --- a/tools/amalgam.py +++ b/tools/amalgam.py @@ -24,12 +24,6 @@ # Where `NS` can be overridden via the --prefix flag. # This feature can be enabled with the --exportable-headers, and basically # all it does is to wrap the C body in a preprocessor guard. -# -# TODO(mkm): make it work also for mongoose where we also generate -# the public header from a bunch of unamalgamated header files. -# Currently this script can handle mongoose amalgamation because it doesn't -# flip the --autoinc flag. -# import argparse import re