From 2b5f0f2574551f59970bb9d710bafad2bc4bbd4a Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 10 Jan 2018 14:08:50 +0000 Subject: COMPMID-782 Port examples to the new format Change-Id: Ib178a97c080ff650094d02ee49e2a0aa22376dd0 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/115717 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- utils/Utils.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'utils/Utils.h') diff --git a/utils/Utils.h b/utils/Utils.h index 9b5d0c4aa9..01e5137669 100644 --- a/utils/Utils.h +++ b/utils/Utils.h @@ -55,23 +55,6 @@ namespace arm_compute { namespace utils { -//FIXME: Delete once tests have been ported (COMPMID-782) -/** Signature of an example to run - * - * @param[in] argc Number of command line arguments - * @param[in] argv Command line arguments - */ -using example = void(int argc, char **argv); - -//FIXME: Delete once tests have been ported (COMPMID-782) -/** Run an example and handle the potential exceptions it throws - * - * @param[in] argc Number of command line arguments - * @param[in] argv Command line arguments - * @param[in] func Pointer to the function containing the code to run - */ -int run_example(int argc, char **argv, example &func); - /** Abstract Example class. * * All examples have to inherit from this class. -- cgit v1.2.1