Remove unnecessary lock usage

This commit is contained in:
topjohnwu
2024-02-24 04:20:28 -08:00
parent f8967e9274
commit 66f49dfab5
3 changed files with 5 additions and 13 deletions
-3
View File
@@ -24,10 +24,7 @@ using token_list = std::vector<const char *>;
using argument = std::pair<token_list, bool>;
using argument_list = std::vector<argument>;
const argument &all_xperm();
#define ALL nullptr
#define ALL_XPERM all_xperm()
struct sepolicy {
using c_str = const char *;