summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnsframework/common_library/client/include/cl_error.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nsframework/common_library/client/include/cl_error.h b/nsframework/common_library/client/include/cl_error.h
index 84bf64e..1441262 100755
--- a/nsframework/common_library/client/include/cl_error.h
+++ b/nsframework/common_library/client/include/cl_error.h
@@ -21,10 +21,6 @@
#include <unistd.h>
#include <asm/unistd.h>
-static inline int gettid(void) { // NOLINT(readability/nolint)
- return (int)syscall(__NR_gettid); // NOLINT(readability/casting)
-}
-
#define _num_to_str(num) #num
#define num_to_str(num) _num_to_str(num)
#define CL_PERROR(msg) \