From bade5f43373c4985889065be1f8052e264b722af Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 12 Feb 2019 14:22:49 +0000 Subject: Remove blocks of codes / files which are marked as INTERNAL_ONLY Disable validation and benchmark tests Change-Id: I39eadb38e4c317d7dd1f590b6abc6f124ac90fab Signed-off-by: Isabella Gottardi --- SConstruct | 2 -- 1 file changed, 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index e6c89bc24b..7d396fabc8 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