mirror of https://github.com/g4klx/MMDVMHost
delete unused variable
This commit is contained in:
parent
6febd661f6
commit
136a148480
|
|
@ -82,8 +82,6 @@ void CDMRLookup::stop()
|
||||||
|
|
||||||
void CDMRLookup::findWithName(unsigned int id, class CUserDBentry *entry)
|
void CDMRLookup::findWithName(unsigned int id, class CUserDBentry *entry)
|
||||||
{
|
{
|
||||||
std::string callsign;
|
|
||||||
|
|
||||||
if (id == 0xFFFFFFU) {
|
if (id == 0xFFFFFFU) {
|
||||||
entry->clear();
|
entry->clear();
|
||||||
entry->set(keyCALLSIGN, "ALL");
|
entry->set(keyCALLSIGN, "ALL");
|
||||||
|
|
@ -105,7 +103,6 @@ void CDMRLookup::findWithName(unsigned int id, class CUserDBentry *entry)
|
||||||
std::string CDMRLookup::find(unsigned int id)
|
std::string CDMRLookup::find(unsigned int id)
|
||||||
{
|
{
|
||||||
std::string callsign;
|
std::string callsign;
|
||||||
std::string b;
|
|
||||||
|
|
||||||
if (id == 0xFFFFFFU)
|
if (id == 0xFFFFFFU)
|
||||||
return std::string("ALL");
|
return std::string("ALL");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue