*: remove remaining __cplusplus checks
This commit is contained in:
@@ -82,8 +82,6 @@ db_unlock(void)
|
||||
db_mutex.unlock();
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
class ScopeDatabaseLock {
|
||||
public:
|
||||
ScopeDatabaseLock() {
|
||||
@@ -96,5 +94,3 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user