mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
libretroshare: remove unused variables
This commit is contained in:
parent
617a863f12
commit
cfc0e7071a
27 changed files with 38 additions and 42 deletions
|
@ -120,6 +120,8 @@ void RetroDb::closeDb(){
|
|||
|
||||
#ifdef RETRODB_DEBUG
|
||||
std::cerr << "RetroDb::closeDb(): Error code on close: " << rc << std::endl;
|
||||
#else
|
||||
(void)rc;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue