Remove weird continue

This commit is contained in:
Steven Fackler 2014-10-05 14:47:57 -07:00
parent e5ed2ba96e
commit 58dd5fe12b
2 changed files with 1 additions and 2 deletions

View File

@ -1390,7 +1390,6 @@ impl<'stmt> PostgresRows<'stmt> {
message: "COPY queries cannot be directly executed", message: "COPY queries cannot be directly executed",
}, },
Sync])); Sync]));
continue;
} }
_ => { _ => {
conn.desynchronized = true; conn.desynchronized = true;