Skip to content

Commit

Permalink
Removed '#if 1' and '#else' condition (ethereum#5631)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjgf committed Jul 8, 2019
1 parent 24c8c1c commit 4417642
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libdevcore/OverlayDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ bool OverlayDB::exists(h256 const& _h) const

void OverlayDB::kill(h256 const& _h)
{
#if 1
if (!StateCacheDB::kill(_h))
{
if (m_db)
Expand All @@ -157,9 +156,6 @@ void OverlayDB::kill(h256 const& _h)
}
}
}
#else
StateCacheDB::kill(_h);
#endif
}

}

0 comments on commit 4417642

Please sign in to comment.