aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ethosu_common.h')
-rw-r--r--src/ethosu_common.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ethosu_common.h b/src/ethosu_common.h
index 30f07be..bf3aff0 100644
--- a/src/ethosu_common.h
+++ b/src/ethosu_common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2020 Arm Limited. All rights reserved.
+ * Copyright (c) 2019-2021 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -105,12 +105,6 @@
#define LOG_DEBUG(format, ...)
#endif
-#if defined(ASSERT_DISABLE)
-#define ASSERT(args)
-#else
-#define ASSERT(args) assert(args)
-#endif
-
#define UNUSED(x) ((void)x)
#define VER_STR(X) VNUM_STR(X)