aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/Framework.h
diff options
context:
space:
mode:
authorVidhya Sudhan Loganathan <vidhyasudhan.loganathan@arm.com>2018-10-10 11:46:55 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:45 +0000
commit709d27bcb451f4425e688024c629830e04b61cb0 (patch)
tree5804982612266c2f3f00b137ac3df62c0794996e /tests/framework/Framework.h
parentecae3a14746fc7f678735b1a82347bd03f9a397f (diff)
downloadComputeLibrary-709d27bcb451f4425e688024c629830e04b61cb0.tar.gz
COMPMID-1622 : (Nightly) Seg fault on android
call to print_cpu_info moved to main Change-Id: I6d82649964542df4e944bc79e4c16f0813976295 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/152695 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'tests/framework/Framework.h')
-rw-r--r--tests/framework/Framework.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/framework/Framework.h b/tests/framework/Framework.h
index 4a26b66bcb..65ffc0a818 100644
--- a/tests/framework/Framework.h
+++ b/tests/framework/Framework.h
@@ -161,12 +161,6 @@ public:
*/
bool has_test_info() const;
- /** Print CPU info
- *
- * @param[out] os Output stream.
- */
- void print_cpu_info(std::ostream &os) const;
-
/** Print test info.
*
* @param[out] os Output stream.