diff options
Diffstat (limited to 'src/Platform/Posix')
| -rw-r--r-- | src/Platform/Posix/Thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Posix/Thread.c b/src/Platform/Posix/Thread.c index 62635f0..21a0b14 100644 --- a/src/Platform/Posix/Thread.c +++ b/src/Platform/Posix/Thread.c @@ -14,7 +14,7 @@ struct BH_ThreadContext static void *BH_ThreadRun(void *context) { BH_ThreadCallback callback; - void *data, *result; + void *data; callback = ((struct BH_ThreadContext *)context)->callback; data = ((struct BH_ThreadContext *)context)->data; |
