branch: elpa/emacsql
commit 39aa16906a707b5ca06dd3ecff5889353866d5c5
Author: Christopher Wellons <[email protected]>
Commit: Christopher Wellons <[email protected]>
Remove redundant wait.
---
emacsql.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/emacsql.el b/emacsql.el
index 4e2dcb3eec..9badf8cd6e 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -289,7 +289,6 @@ Each row must be a sequence of values to store into TABLE.
"Send a raw QUERY string to CONN."
(emacsql--clear conn)
(emacsql--send conn query)
- (emacsql-wait conn)
(emacsql--check-error conn)
(emacsql--parse conn))