aboutsummaryrefslogtreecommitdiff
path: root/libc/system_properties/include/system_properties/contexts_split.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/system_properties/include/system_properties/contexts_split.h')
-rw-r--r--libc/system_properties/include/system_properties/contexts_split.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/system_properties/include/system_properties/contexts_split.h b/libc/system_properties/include/system_properties/contexts_split.h
index 1d954ccac..acb18e3de 100644
--- a/libc/system_properties/include/system_properties/contexts_split.h
+++ b/libc/system_properties/include/system_properties/contexts_split.h
@@ -47,9 +47,7 @@ class ContextsSplit : public Contexts {
virtual void ResetAccess() override;
virtual void FreeAndUnmap() override;
- PrefixNode* GetPrefixNodeForName(const char* name);
-
- protected:
+ private:
bool MapSerialPropertyArea(bool access_rw, bool* fsetxattr_failed);
bool InitializePropertiesFromFile(const char* filename);
bool InitializeProperties();