Update asyncdemo.c

This commit is contained in:
dapan1121 2021-03-25 14:34:50 +08:00 committed by GitHub
parent 5a4ac21df7
commit eafc5d39a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ int points = 5;
int numOfTables = 3;
int tablesProcessed = 0;
int64_t st, et;
int done = 0;
typedef struct {
int id;