Skip to content

Commit 7d4f302

Browse files
authored
chore: merge the same code of pstd and storage (OpenAtomFoundation#1419)
* Remove pstd::Binlog
1 parent 4d63b1b commit 7d4f302

16 files changed

Lines changed: 22 additions & 1636 deletions

File tree

src/pstd/examples/binlog_example.cc

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/pstd/include/mutex.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010

1111
#include "pstd/include/pstd_status.h"
1212

13-
namespace pstd {
14-
15-
namespace lock {
13+
namespace pstd::lock {
1614

1715
using Status = pstd::Status;
1816

@@ -83,6 +81,6 @@ class MutexFactory {
8381
virtual ~MutexFactory() {}
8482
};
8583

86-
} // namespace lock
87-
} // namespace pstd
84+
} // namespace pstd::lock
85+
8886
#endif // __SRC_MUTEX_H__

src/pstd/include/pstd_binlog.h

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)