Skip to content

Commit

Permalink
Get rid of an annoying compile warning
Browse files Browse the repository at this point in the history
with unused variable
  • Loading branch information
surik committed Jul 1, 2016
1 parent ff3a866 commit adfe7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exometer_report_influxdb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ subscribe(Subscribtions) when is_list(Subscribtions) ->
[subscribe(Subscribtion) || Subscribtion <- Subscribtions];
subscribe({Name, DataPoint, Interval, Extra}) ->
exometer_report:subscribe(?MODULE, Name, DataPoint, Interval, Extra, false);
subscribe(Name) ->
subscribe(_Name) ->
[].

-spec get_opt(atom(), list(), any()) -> any().
Expand Down

0 comments on commit adfe7e5

Please sign in to comment.