From 52cfcba2a3f7c73bd754d45f94fb0c6aeb9885d2 Mon Sep 17 00:00:00 2001 From: TXuian <1163589503@qq.com> Date: Wed, 7 Dec 2022 19:34:03 +0800 Subject: [PATCH] add benchmark to app. TODO: test benchmark. --- APP_Framework/Applications/benchmark/src/slre/libslre.c | 1 - 1 file changed, 1 deletion(-) diff --git a/APP_Framework/Applications/benchmark/src/slre/libslre.c b/APP_Framework/Applications/benchmark/src/slre/libslre.c index 5fae22dec..10d2783e6 100644 --- a/APP_Framework/Applications/benchmark/src/slre/libslre.c +++ b/APP_Framework/Applications/benchmark/src/slre/libslre.c @@ -31,7 +31,6 @@ #define ARRAY_SIZE(ar) (int) (sizeof(ar) / sizeof((ar)[0])) #define FAIL_IF(condition, error_code) if (condition) return (error_code) -#define SLRE_DEBUG #ifdef SLRE_DEBUG #define DBG(x) printf x; #else