aboutsummaryrefslogtreecommitdiff
path: root/src/test/testutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testutil.cpp')
-rw-r--r--src/test/testutil.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/testutil.cpp b/src/test/testutil.cpp
deleted file mode 100644
index 591d0bf302..0000000000
--- a/src/test/testutil.cpp
+++ /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.
-
-#include "testutil.h"
-
-#ifdef WIN32
-#include <shlobj.h>
-#endif
-
-#include "fs.h"
-
-fs::path GetTempPath() {
- return fs::temp_directory_path();
-}