aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.cpp b/main.cpp
index c26755f72f..5b7829e883 100644
--- a/main.cpp
+++ b/main.cpp
@@ -3170,11 +3170,6 @@ int64 GetBalance()
}
-int GetRandInt(int nMax)
-{
- return GetRand(nMax);
-}
-
bool SelectCoins(int64 nTargetValue, set<CWalletTx*>& setCoinsRet)
{
setCoinsRet.clear();