Skip to content

Commit ce217b4

Browse files
committed
config_unix: Remove CONF_NIX_EXT_C
Not used anywhere
1 parent 6e7f1b7 commit ce217b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/config_unix.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,5 @@ typedef int fd_t;
155155
#define INVALID_SOCKET (-1)
156156
#define CLOSESOCKET close
157157

158-
#ifdef __cplusplus
159-
#define CONF_NIX_EXT_C extern "C"
160-
#else
161-
#define CONF_NIX_EXT_C extern
162-
#endif
163-
164158
#endif /* _CONFIG_UNIX_H */
165159
#endif /* NDEF _WIN32 */

0 commit comments

Comments
 (0)