From 1ea63096ab4592a4b69a297b9868319e3491df5e Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 10 May 2019 11:38:40 +0100 Subject: Remove blocks of codes / files which are marked as INTERNAL_ONLY Change-Id: I104575d98ce73ccefcdaed4104dfc5d6a21b0841 Signed-off-by: Michalis Spyrou --- SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/SConstruct b/SConstruct index bfa4be8ab8..ac383e68d1 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