summaryrefslogtreecommitdiff
path: root/src/fabric/src/fabric_util.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fabric/src/fabric_util.erl')
-rw-r--r--src/fabric/src/fabric_util.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fabric/src/fabric_util.erl b/src/fabric/src/fabric_util.erl
index bf3f023db..49f4c8913 100644
--- a/src/fabric/src/fabric_util.erl
+++ b/src/fabric/src/fabric_util.erl
@@ -203,8 +203,6 @@ get_shard([#shard{node = Node, name = Name} | Rest], Opts, Timeout, Factor) ->
rexi_monitor:stop(Mon)
end.
-error_info({{<<"reduce_overflow_error">>, _} = Error, _Stack}) ->
- Error;
error_info({{timeout, _} = Error, _Stack}) ->
Error;
error_info({{Error, Reason}, Stack}) ->