summaryrefslogtreecommitdiff
path: root/include/uid.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-02-05 17:11:54 +0000
committerPeter Powell <petpow@saberuk.com>2019-02-05 17:11:54 +0000
commitbf046f87c8d322939c6a883a405056003b8b1abd (patch)
treea782d18df16f8060ce36878cf8610ef093821db2 /include/uid.h
parent6a95b42e11bae7a3385c3d03819e29bb64f00191 (diff)
Delete the old broken test suite.
This doesn't work properly and is disabled in both debug & release builds. It will be resurrected with a proper unit testing framework in the future.
Diffstat (limited to 'include/uid.h')
-rw-r--r--include/uid.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/uid.h b/include/uid.h
index 772c8a716..d24a63e94 100644
--- a/include/uid.h
+++ b/include/uid.h
@@ -18,12 +18,9 @@
#pragma once
-class TestSuite;
-
class CoreExport UIDGenerator
{
- friend class TestSuite;
-
+ private:
/** Holds the current UID. Used to generate the next one.
*/
std::string current_uid;