Resolve warnings:

Add boost to system path when compiling with clang.
Remove check for null for a var that can never be null.
This commit is contained in:
seelabs
2016-05-14 22:21:42 -04:00
parent 4ed6cbdd5b
commit 67b1acbf78
2 changed files with 1 additions and 2 deletions

View File

@@ -170,7 +170,6 @@ TxMeta::getAffectedAccounts() const
STObject& TxMeta::getAffectedNode (SLE::ref node, SField const& type)
{
assert (&type);
uint256 index = node->getIndex ();
for (auto& n : mNodes)
{