From de7046406341c59c9c8c57b79fce99bdc123c794 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 25 Jul 2015 19:17:23 +0000 Subject: Remove duplicate declaration of test functions. --- lib/backupstore/StoreTestUtils.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib') diff --git a/lib/backupstore/StoreTestUtils.h b/lib/backupstore/StoreTestUtils.h index 37c6bd29..dbacabcf 100644 --- a/lib/backupstore/StoreTestUtils.h +++ b/lib/backupstore/StoreTestUtils.h @@ -23,15 +23,6 @@ extern std::vector ExpectedRefCounts; //! Holds the PID of the currently running bbstored test server. extern int bbstored_pid, bbackupd_pid; -//! Sets up (cleans up) test environment at the start of every test. -bool setUp(const char* function_name); - -//! Checks account for errors and shuts down daemons at end of every test. -bool tearDown(); - -//! Like tearDown() but returns false, because a test failure was detected. -bool fail(); - //! Sets the expected refcount of an object, resizing vector if necessary. void set_refcount(int64_t ObjectID, uint32_t RefCount = 1); -- cgit v1.2.3