aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2019-08-14 13:27:00 +0100
committerGian Marco Iodice <gianmarco.iodice@arm.com>2019-08-14 13:27:00 +0100
commite5bc6a36b855b4610de8db71f9e7228077b31331 (patch)
treeb36350411c294d3b1430b4331a895a5fcd7c5a99
parent97781ad95612cb6e1ec523141798408eae915a84 (diff)
downloadComputeLibrary-e5bc6a36b855b4610de8db71f9e7228077b31331.tar.gz
Remove blocks of codes / files which are marked as INTERNAL_ONLY
Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Change-Id: I5091d8d561f4c28e4a9b231ce2c3939bb2936594
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 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", ""),