aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.h
diff options
context:
space:
mode:
authorMeshCollider <dobsonsa68@gmail.com>2017-09-05 15:02:17 +1200
committerMeshCollider <dobsonsa68@gmail.com>2017-09-05 15:02:17 +1200
commitd1138e36208dac87a27f415f39c70377636e93f1 (patch)
tree9b76b6a063279c4a03028f7d07bfa92b299e8d87 /src/test/testutil.h
parent50fae68d416b4b8ec4ca192923dfd5ae9ea42773 (diff)
downloadbitcoin-d1138e36208dac87a27f415f39c70377636e93f1.tar.xz
Remove redundant testutil files
Diffstat (limited to 'src/test/testutil.h')
-rw-r--r--src/test/testutil.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/testutil.h b/src/test/testutil.h
deleted file mode 100644
index cbe784d640..0000000000
--- a/src/test/testutil.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2009-2016 The Bitcoin Core developers
-// Distributed under the MIT software license, see the accompanying
-// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-
-/**
- * Utility functions shared by unit tests
- */
-#ifndef BITCOIN_TEST_TESTUTIL_H
-#define BITCOIN_TEST_TESTUTIL_H
-
-#include "fs.h"
-
-fs::path GetTempPath();
-
-#endif // BITCOIN_TEST_TESTUTIL_H