Skip to content

Commit 6bcf237

Browse files
Kuba Mikulskicopybara-github
authored andcommitted
[TDR] Remove TODOs linked to issue 40656179.
This is an AI-generated dead TODOs removal. Please review to ensure this change is correct. This CL was verified by the CL owner before sending it out. See http://go/dead-todo-removal-agent for more info. The associated bug (crbug.com/40656179) is marked as OBSOLETE, meaning the planned work to make the library path always available was abandoned. Therefore, the TODO comment's instruction to "Remove this tolerance" is no longer relevant and can be removed as noise. The code performing the check should remain. Change-Id: I4f08f85acacc6e4d26db888eb3314f921c646d83 Bug: 40656179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7200696 Reviewed-by: Peter Wen <[email protected]> Reviewed-by: Christopher Grant <[email protected]> Commit-Queue: Kuba Mikulski <[email protected]> Cr-Commit-Position: refs/heads/main@{#1550303} NOKEYCHECK=True GitOrigin-RevId: a480f924fca96bed4c7263d90e61fd649691db29
1 parent 3613d12 commit 6bcf237

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/bundle_utils.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ bool BundleUtils::HasAnyInstalledSplits() {
6666
void* BundleUtils::DlOpenModuleLibraryPartition(const std::string& library_name,
6767
const std::string& partition,
6868
const std::string& split_name) {
69-
// TODO(crbug.com/40656179): Remove this tolerance.
7069
std::string library_path = ResolveLibraryPath(library_name, split_name);
7170
if (library_path.empty()) {
7271
return nullptr;

0 commit comments

Comments
 (0)