diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 19:58:52 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 19:58:52 +0200 |
commit | abe090ec1f2255ce422f74e5b59bffc83aaff875 (patch) | |
tree | a5fb54e1484faeb549b9b0c1c5b27936a63a9099 /src/DatabaseLock.hxx | |
parent | dff05c71e61b2fe1aab4bef4fabf9bb093769bf1 (diff) |
*: remove remaining __cplusplus checks
Diffstat (limited to 'src/DatabaseLock.hxx')
-rw-r--r-- | src/DatabaseLock.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 |