diff options
author | Kamil Domanski <kdomanski@kdemail.net> | 2014-05-13 21:37:47 +0200 |
---|---|---|
committer | Kamil Domanski <kdomanski@kdemail.net> | 2014-05-20 14:58:21 +0200 |
commit | 28b6c1def57360ca5a05745faafaec53910f5e88 (patch) | |
tree | f2d778c8bdac7f22d4e1004c4f4dae504eea894c /src/main.h | |
parent | 5bd4adca716738a4de35aed2ccad874d3301fefc (diff) |
remove GetMedianTime( ) which is never used
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index f47c9ee825..25f70e7ad4 100644 --- a/src/main.h +++ b/src/main.h @@ -849,8 +849,6 @@ public: return pbegin[(pend - pbegin)/2]; } - int64_t GetMedianTime() const; - /** * Returns true if there are nRequired or more blocks of minVersion or above * in the last nToCheck blocks, starting at pstart and going backwards. |