Skip to content

Commit 30608c5

Browse files
author
virco
committed
fix
1 parent 4622329 commit 30608c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pfs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ static int64_t psync_fake_fileid=INT64_MIN;
107107

108108
static pthread_mutex_t start_mutex=PTHREAD_MUTEX_INITIALIZER;
109109
static pthread_cond_t start_cond=PTHREAD_COND_INITIALIZER;
110-
static pthread_cond_t write_cond=PTHREAD_COND_INITIALIZER;
111110
static int started=0;
112111
static int initonce=0;
113112
static int waitingforlogin=0;

0 commit comments

Comments
 (0)