Remove unused LeafNode::SymlinkPath()

This commit is contained in:
Ingo Weinhold
2011-11-25 06:17:54 +01:00
parent 82c5739d76
commit 0e0e9b4575
2 changed files with 0 additions and 11 deletions
@@ -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;
};