Skip to content

Commit

Permalink
Remove redundant types
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 11, 2024
1 parent 5576587 commit 345a03a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/rhc_mapred.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
%% spawnable exports
-export([mapred_acceptor/3]).

-type tag() :: binary().
-type key_spec() ::
{riakc_obj:bucket(), riakc_obj:key()}|
{{riakc_obj:bucket(), riakc_obj:key()}, tag()}.

-type map_input() :: mapred_inputs().
-type query_part() :: mapred_queryterm().
-type phase_result() :: {integer(), [term()]}.
Expand Down

0 comments on commit 345a03a

Please sign in to comment.