From abe090ec1f2255ce422f74e5b59bffc83aaff875 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Aug 2013 19:58:52 +0200 Subject: *: remove remaining __cplusplus checks --- src/DatabaseLock.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/DatabaseLock.hxx') diff --git a/src/DatabaseLock.hxx b/src/DatabaseLock.hxx index 739f56658..ba6157999 100644 --- a/src/DatabaseLock.hxx +++ b/src/DatabaseLock.hxx @@ -82,8 +82,6 @@ db_unlock(void) db_mutex.unlock(); } -#ifdef __cplusplus - class ScopeDatabaseLock { public: ScopeDatabaseLock() { @@ -96,5 +94,3 @@ public: }; #endif - -#endif -- cgit v1.2.3