Remove unnecessary extern C declarations from programs/ and contrib/

This commit is contained in:
Victor Zhang
2024-12-19 16:20:23 -08:00
parent d0d5ce4c00
commit c727d5cd67
9 changed files with 8 additions and 58 deletions
-7
View File
@@ -23,10 +23,6 @@
# include <windows.h>
#endif
#if defined (__cplusplus)
extern "C" {
#endif
/*-*************************************
* Macros
***************************************/
@@ -124,7 +120,4 @@ extern UTIL_time_t g_displayClock;
# define LONG_TELL ftell
#endif
#if defined (__cplusplus)
}
#endif
#endif /* ZSTD_FILEIO_COMMON_H */