X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.h;fp=src%2Fcommon%2Futils.h;h=a3250639becd448d38a10e61ef47287709256204;hp=6e478b39eb3609f90aa3ad1ab3b5a4200754411c;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/utils.h b/src/common/utils.h index 6e478b39e..a3250639b 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -17,10 +17,6 @@ #include -#if defined(__cplusplus) -extern "C" { -#endif - #define KIBI_LOG2 10 #define MEBI_LOG2 20 #define GIBI_LOG2 30 @@ -72,8 +68,4 @@ enum lttng_error_code utils_group_id_from_name( int utils_parse_unsigned_long_long(const char *str, unsigned long long *value); -#if defined(__cplusplus) -} -#endif - #endif /* _COMMON_UTILS_H */