From 520e28e7a72f288f04d04d86d4e7560d78159820 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Fri, 17 Jun 2016 11:41:10 +0200 Subject: Moved the ErrorIn function from the Routine class to the utilities header --- include/internal/routine.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/internal/routine.h') diff --git a/include/internal/routine.h b/include/internal/routine.h index 0b53b82e..0f64c479 100644 --- a/include/internal/routine.h +++ b/include/internal/routine.h @@ -32,9 +32,6 @@ template class Routine { public: - // Helper functions which check for errors in the status code - static constexpr bool ErrorIn(const StatusCode s) { return (s != StatusCode::kSuccess); } - // Base class constructor explicit Routine(Queue &queue, EventPointer event, const std::string &name, const std::vector &routines, const Precision precision); -- cgit v1.2.3