fix unused variable warning during compilation
This commit is contained in:
parent
aa879c32ee
commit
a571665cb9
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ get_key({[{object, Key, _}|_], _}) -> Key;
|
||||||
get_key(_) -> erlang:error(badarg).
|
get_key(_) -> erlang:error(badarg).
|
||||||
|
|
||||||
|
|
||||||
get_value({Value, Config}) ->
|
get_value({Value, _Config}) ->
|
||||||
case Value of
|
case Value of
|
||||||
Value when is_binary(Value) -> Value;
|
Value when is_binary(Value) -> Value;
|
||||||
_ -> erlang:error(badarg)
|
_ -> erlang:error(badarg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue