aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/model/resource_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/core/src/firebase/firestore/model/resource_path.h')
-rw-r--r--Firestore/core/src/firebase/firestore/model/resource_path.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Firestore/core/src/firebase/firestore/model/resource_path.h b/Firestore/core/src/firebase/firestore/model/resource_path.h
index 6ff1b68..acdf1e2 100644
--- a/Firestore/core/src/firebase/firestore/model/resource_path.h
+++ b/Firestore/core/src/firebase/firestore/model/resource_path.h
@@ -70,11 +70,6 @@ class ResourcePath : public impl::BasePath<ResourcePath> {
bool operator>=(const ResourcePath& rhs) const {
return BasePath::operator>=(rhs);
}
-
- private:
- // So that methods of base can construct ResourcePath using the private
- // constructor.
- friend class BasePath;
};
} // namespace model