Unused variables.

This commit is contained in:
stephb9959
2021-02-09 08:23:04 -08:00
parent 3c4c8f6988
commit c0311f4fc9

View File

@@ -683,7 +683,7 @@ create_client(CAInfo,SimName,Attributes)->
csr = ClientCertCsrData
},
% io:format(">>>SERIAL: ~p~n",[Serial]),
R = db_add_record(Client),
_R = db_add_record(Client),
% io:format("RESULT>>>=~p~n",[R]),
ok
catch
@@ -918,7 +918,7 @@ db_get_record(R) when is_record(R,client_info)->
end) of
{atomic,[Record]} ->
{ok,Record};
Error ->
_Error ->
{error,unknown}
end.