Skip to content

Commit

Permalink
gdss-brick >> gh24 'reversed' option for get_many/5
Browse files Browse the repository at this point in the history
- Remove unused function clause from ets_start_key/3.
  • Loading branch information
tatsuya6502 committed Aug 7, 2015
1 parent f38dfec commit a10e7d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/brick_ets.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1391,8 +1391,6 @@ ets_start_key(Tab, ?BRICK__GET_MANY_FIRST, forward) ->
ets:first(Tab);
ets_start_key(Tab, Key, forward) ->
ets:next(Tab, Key);
ets_start_key(Tab, ?BRICK__GET_MANY_FIRST, backward) ->
ets:last(Tab);
ets_start_key(Tab, Key, backward) ->
ets:prev(Tab, Key).

Expand Down

0 comments on commit a10e7d0

Please sign in to comment.