diff options
author | subtly <subtly> | 2015-08-05 21:32:17 +0800 |
---|---|---|
committer | subtly <subtly> | 2015-08-05 21:32:17 +0800 |
commit | c42e9f3e490d528a18ea545c1f81feed03aeda0e (patch) | |
tree | 8d9a7b711aab2d8b339685bba5d26500bf97c672 /TestUtils.h | |
parent | 54a5e4ef861e828a3884c88877f33753ea437f2b (diff) | |
download | dexon-solidity-c42e9f3e490d528a18ea545c1f81feed03aeda0e.tar.gz dexon-solidity-c42e9f3e490d528a18ea545c1f81feed03aeda0e.tar.zst dexon-solidity-c42e9f3e490d528a18ea545c1f81feed03aeda0e.zip |
Simplify/remove unused methods.
Diffstat (limited to 'TestUtils.h')
-rw-r--r-- | TestUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestUtils.h b/TestUtils.h index 94558635..f0c8e50f 100644 --- a/TestUtils.h +++ b/TestUtils.h @@ -82,7 +82,7 @@ struct JsonRpcFixture: public ClientBaseFixture struct MoveNonceToTempDir { MoveNonceToTempDir(); - ~MoveNonceToTempDir(); + ~MoveNonceToTempDir() {} private: TransientDirectory m_dir; }; |