Browse Source

cleanup

pull/1/head
Adam Ierymenko 8 years ago
parent
commit
9f85371073
  1. 8
      controller/DB.cpp

8
controller/DB.cpp

@ -32,11 +32,9 @@ DB::DB(EmbeddedNetworkController *const nc,const Address &myAddress,const char *
_myAddress(myAddress),
_path((path) ? path : "")
{
{
char tmp[32];
_myAddress.toString(tmp);
_myAddressStr = tmp;
}
char tmp[32];
_myAddress.toString(tmp);
_myAddressStr = tmp;
}
DB::~DB()

Loading…
Cancel
Save