Skip to content

Commit 81e788e

Browse files
committed
fix: rm unless code
1 parent 25e8d54 commit 81e788e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/procedure/src/local/runner.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ impl Runner {
210210
ExecResult::Continue
211211
}
212212
Err(e) => {
213-
type ProcedureError = Error;
214213
logging::error!(
215214
e;
216215
"Failed to execute procedure {}-{}, retry: {}",

0 commit comments

Comments
 (0)