aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-05-10 11:38:40 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-05-10 11:38:40 +0100
commit1ea63096ab4592a4b69a297b9868319e3491df5e (patch)
treec17961d6dc203537de4541b09687e283b404f849
parent09027f421976b23a0b637e309fdeaf270ea5eb61 (diff)
downloadComputeLibrary-1ea63096ab4592a4b69a297b9868319e3491df5e.tar.gz
Remove blocks of codes / files which are marked as INTERNAL_ONLY
Change-Id: I104575d98ce73ccefcdaed4104dfc5d6a21b0841 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com>
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 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", ""),