Unverified Commit 151c8db7 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Remove dead vmservice.RPCError catch (#53193)

parent 8e492fa8
......@@ -520,8 +520,6 @@ class _ResidentWebRunner extends ResidentWebRunner {
return OperationResult(1, err.toString(), fatal: true);
} on WipError catch (err) {
return OperationResult(1, err.toString(), fatal: true);
} on vmservice.RPCError catch (err) {
return OperationResult(1, err.toString(), fatal: true);
} finally {
status.stop();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment