From eafc5d39a58b2f7a4a7efa141e612369d859592a Mon Sep 17 00:00:00 2001 From: dapan1121 <72057773+dapan1121@users.noreply.github.com> Date: Thu, 25 Mar 2021 14:34:50 +0800 Subject: [PATCH] Update asyncdemo.c --- tests/examples/c/asyncdemo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/examples/c/asyncdemo.c b/tests/examples/c/asyncdemo.c index b9e3cdc7b5..d711ce22c1 100644 --- a/tests/examples/c/asyncdemo.c +++ b/tests/examples/c/asyncdemo.c @@ -30,7 +30,6 @@ int points = 5; int numOfTables = 3; int tablesProcessed = 0; int64_t st, et; -int done = 0; typedef struct { int id;