From 4de83c5a6a57d0468d9f2f854c94bc4a760b66b6 Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 17 Mar 2020 13:40:18 +0000 Subject: Less code duplication in HAL 1.2 Signed-off-by: Derek Lamberti Change-Id: Ic2e8964745a4323efb1e06d466c0699f17a70c55 --- RequestThread.hpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'RequestThread.hpp') diff --git a/RequestThread.hpp b/RequestThread.hpp index 253d104c..79f309a3 100644 --- a/RequestThread.hpp +++ b/RequestThread.hpp @@ -21,7 +21,7 @@ namespace armnn_driver using TimePoint = std::chrono::steady_clock::time_point; static const TimePoint g_Min = std::chrono::steady_clock::time_point::min(); -template