diff --git a/src/kits/package/hpkg/PackageWriterImpl.cpp b/src/kits/package/hpkg/PackageWriterImpl.cpp index b838e18ff7..023f7a8803 100644 --- a/src/kits/package/hpkg/PackageWriterImpl.cpp +++ b/src/kits/package/hpkg/PackageWriterImpl.cpp @@ -167,11 +167,6 @@ struct PackageWriterImpl::PackageContentHandler { } -static const char* AttributeNameForID(uint8 id) -{ - return BLowLevelPackageContentHandler::AttributeNameForID(id); -} - virtual status_t HandleSectionStart(BHPKGPackageSectionID sectionID, bool& _handleSection) {