From e5bc6a36b855b4610de8db71f9e7228077b31331 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 14 Aug 2019 13:27:00 +0100 Subject: Remove blocks of codes / files which are marked as INTERNAL_ONLY Signed-off-by: Gian Marco Iodice Change-Id: I5091d8d561f4c28e4a9b231ce2c3939bb2936594 --- SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/SConstruct b/SConstruct index 6fea51bbf4..60eb286702 100644 --- a/SConstruct +++ b/SConstruct @@ -56,8 +56,6 @@ vars.AddVariables( PathVariable("build_dir", "Specify sub-folder for the build", ".", PathVariable.PathAccept), PathVariable("install_dir", "Specify sub-folder for the install", "", PathVariable.PathAccept), BoolVariable("exceptions", "Enable/disable C++ exception support", True), - #FIXME Remove before release (And remove all references to INTERNAL_ONLY) - BoolVariable("internal_only", "Enable ARM internal only tests", False), ("toolchain_prefix", "Override the toolchain prefix", ""), ("extra_cxx_flags", "Extra CXX flags to be appended to the build command", ""), ("extra_link_flags", "Extra LD flags to be appended to the build command", ""), -- cgit v1.2.1