From 72af6ee4eb105275de7545b7c32b80d80ac8820c Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 12 Sep 2020 12:10:10 -0700 Subject: [PATCH] remove unused _proto_open declaration No C++ code #includes this file. Related to #1422 and #1521. --- lib/sfio/sfhdr.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index 97a0f6b68..1b0a54ad0 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -794,10 +794,6 @@ extern "C" { #endif #endif /*_lib_poll*/ -#if _proto_open && defined(__cplusplus) - extern int open(const char *, int, ...); -#endif - #endif /*_SFHDR_H*/ #ifdef __cplusplus } -- 2.40.0