summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-06-30 19:55:47 -0400
committerDave Gauer <dave@ratfactor.com>2021-06-30 19:55:47 -0400
commitf9a1956d8827e2eb1c2bab79083e3cec48095846 (patch)
tree8b6daba17662df86025ae1ad2579c12d26a649e7 /patches
parent6157066b959557915c1f44740647a63ec118ce87 (diff)
no unusued vars
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/084_async.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/084_async.patch b/patches/patches/084_async.patch
index 6164775..9eba9ac 100644
--- a/patches/patches/084_async.patch
+++ b/patches/patches/084_async.patch
@@ -1,4 +1,4 @@
-49c49
+51c51
< foo();
---
-> var foo_frame = async foo();
+> _ = async foo();