aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2011-07-12 20:22:38 -0700
committerJeff Garzik <[email protected]>2011-07-12 20:22:38 -0700
commit4ea952d5c03e18b9ddd0e97f4434cd9092358dab (patch)
treef0f627dc9188eb11b02bed39ca66287ccd9634af /src/db.cpp
parentUpdate makefile.linux-mingw to work with crypter and UPnP fix. (diff)
parentfix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function] (diff)
downloaddiscoin-4ea952d5c03e18b9ddd0e97f4434cd9092358dab.tar.xz
discoin-4ea952d5c03e18b9ddd0e97f4434cd9092358dab.zip
Merge pull request #399 from muggenhor/warning-fixes
Warning fixes
Diffstat (limited to 'src/db.cpp')
-rw-r--r--src/db.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db.cpp b/src/db.cpp
index 1dea92ead..4df05d68e 100644
--- a/src/db.cpp
+++ b/src/db.cpp
@@ -627,8 +627,6 @@ int64 CWalletDB::GetAccountCreditDebit(const string& strAccount)
void CWalletDB::ListAccountCreditDebit(const string& strAccount, list<CAccountingEntry>& entries)
{
- int64 nCreditDebit = 0;
-
bool fAllAccounts = (strAccount == "*");
Dbc* pcursor = GetCursor();