summaryrefslogtreecommitdiff
path: root/src/fabric/src/fabric_view_map.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fabric/src/fabric_view_map.erl')
-rw-r--r--src/fabric/src/fabric_view_map.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fabric/src/fabric_view_map.erl b/src/fabric/src/fabric_view_map.erl
index 8ab808314..adfe7d648 100644
--- a/src/fabric/src/fabric_view_map.erl
+++ b/src/fabric/src/fabric_view_map.erl
@@ -241,7 +241,6 @@ merge_row(Dir, Collation, KeyDict0, Row, Rows0) ->
{Rows1, KeyDict1}
end.
-compare(_, _, A, A) -> true;
compare(fwd, <<"raw">>, A, B) -> A < B;
compare(rev, <<"raw">>, A, B) -> B < A;
compare(fwd, _, A, B) -> couch_ejson_compare:less_json_ids(A, B);