Remove unused LeafNode::SymlinkPath()
This commit is contained in:
@@ -201,12 +201,3 @@ LeafNode::OpenAttribute(const char* name, int openMode,
|
||||
return UnpackingAttributeCookie::Open(fPackageNodes.Head(), name, openMode,
|
||||
_cookie);
|
||||
}
|
||||
|
||||
|
||||
const char*
|
||||
LeafNode::SymlinkPath() const
|
||||
{
|
||||
if (PackageLeafNode* packageNode = fPackageNodes.Head())
|
||||
return packageNode->SymlinkPath();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@@ -41,8 +41,6 @@ public:
|
||||
virtual status_t OpenAttribute(const char* name, int openMode,
|
||||
AttributeCookie*& _cookie);
|
||||
|
||||
const char* SymlinkPath() const;
|
||||
|
||||
private:
|
||||
PackageLeafNodeList fPackageNodes;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user