Merge "Update the comment for obsolete symlink handling ."

This commit is contained in:
Treehugger Robot
2017-05-04 01:22:24 +00:00
committed by Gerrit Code Review
-1
View File
@@ -74,7 +74,6 @@ bool ExtractPackageRecursive(ZipArchiveHandle zip, const std::string& zip_path,
if (path.back() == '/') { if (path.back() == '/') {
continue; continue;
} }
//TODO(b/31917448) handle the symlink.
if (dirCreateHierarchy(path.c_str(), UNZIP_DIRMODE, timestamp, true, sehnd) != 0) { if (dirCreateHierarchy(path.c_str(), UNZIP_DIRMODE, timestamp, true, sehnd) != 0) {
LOG(ERROR) << "failed to create dir for " << path; LOG(ERROR) << "failed to create dir for " << path;