Skip to content

Commit f0bc9bb

Browse files
committed
[PR #1363] os: osdep: drop unused OsFlushFunc
PR: #1363
1 parent 3eed9d9 commit f0bc9bb

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
@@ -64,11 +64,6 @@ SOFTWARE.
6464
typedef struct _connectionInput *ConnectionInputPtr;
6565
typedef struct _connectionOutput *ConnectionOutputPtr;
6666

67-
struct _osComm;
68-
69-
typedef int (*OsFlushFunc) (ClientPtr who, struct _osComm * oc, char *extraBuf,
70-
int extraCount);
71-
7267
typedef struct _osComm {
7368
int fd;
7469
ConnectionInputPtr input;

0 commit comments

Comments
 (0)