aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/opcodes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opcodes.cpp b/src/opcodes.cpp
index c64bb38..34bba02 100644
--- a/src/opcodes.cpp
+++ b/src/opcodes.cpp
@@ -521,7 +521,6 @@ struct dbarray : csnd::Plugin<1, 2> {
LOCK(connection);
try {
connection->ArrayQuery(sql.data, csound, array);
- return OK;
} catch (const std::exception &e) {
UNLOCK(connection);
return csound->init_error(e.what());