Skip to content

Commit cd3b208

Browse files
committed
os: osdep: drop unused OsFlushFunc
Not used anymore for over two decades now, so no need to keep it around. Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
1 parent 6bc92a5 commit cd3b208

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

os/osdep.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ SOFTWARE.
7878
typedef struct _connectionInput *ConnectionInputPtr;
7979
typedef struct _connectionOutput *ConnectionOutputPtr;
8080

81-
struct _osComm;
82-
83-
typedef int (*OsFlushFunc) (ClientPtr who, struct _osComm * oc, char *extraBuf,
84-
int extraCount);
85-
8681
typedef struct _osComm {
8782
int fd;
8883
ConnectionInputPtr input;

0 commit comments

Comments
 (0)