CCO: remove dead code

This commit is contained in:
Harald Welte 2012-01-31 18:09:47 +01:00
parent 59d51e23a4
commit d8c6cf5e18
1 changed files with 0 additions and 5 deletions

View File

@ -207,11 +207,6 @@ code_change(_, _, _) -> ok.
%%% internal functions %%% internal functions
%%% %%%
% add one or multiple components to the list of components
add_component_to_state(State, Component) when is_record(State, state) ->
NewComponents = State#state.components ++ Component,
State#state{components = NewComponents}.
asn_val(Foo) -> asn_val(Foo) ->
case Foo of case Foo of
undefined -> undefined ->