summaryrefslogtreecommitdiff
path: root/include/testsuite.h
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-04-14 18:20:02 +0200
committerattilamolnar <attilamolnar@hush.com>2013-04-14 18:20:02 +0200
commit48f7fa6b11a0a6b1526c54914e60ddbe51ede8c4 (patch)
tree2f913e22d7de15e80b8a269bb4213bfd3d7b1406 /include/testsuite.h
parentf8127cf8c51d7991e4cf809f161701aac5276975 (diff)
Extract UID/SID generation logic into a new class: UIDGenerator
Diffstat (limited to 'include/testsuite.h')
-rw-r--r--include/testsuite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/testsuite.h b/include/testsuite.h
index 43064b063..7f0b2236a 100644
--- a/include/testsuite.h
+++ b/include/testsuite.h
@@ -20,7 +20,6 @@
class TestSuite
{
- bool RealGenerateUIDTests();
public:
TestSuite();
~TestSuite();