aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseLock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DatabaseLock.hxx')
-rw-r--r--src/DatabaseLock.hxx4
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