aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/SYSTEM/LeNet5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/SYSTEM/LeNet5.cpp')
-rw-r--r--tests/validation/CL/SYSTEM/LeNet5.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/validation/CL/SYSTEM/LeNet5.cpp b/tests/validation/CL/SYSTEM/LeNet5.cpp
index 6f68fa11a0..92dcdea500 100644
--- a/tests/validation/CL/SYSTEM/LeNet5.cpp
+++ b/tests/validation/CL/SYSTEM/LeNet5.cpp
@@ -21,8 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifdef INTERNAL_ONLY //FIXME Delete this file before the release
-
#include "arm_compute/runtime/CL/functions/CLActivationLayer.h"
#include "arm_compute/runtime/CL/functions/CLConvolutionLayer.h"
#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
@@ -97,4 +95,3 @@ TEST_SUITE_END()
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* INTERNAL_ONLY */