From 3b7d5ebd4ac6129046e571cb23fda4f0af46d258 Mon Sep 17 00:00:00 2001 From: tommi Date: Fri, 30 Jan 2015 08:02:27 -0800 Subject: [PATCH] Remove dependency on libc.so.6(GLIBC_2.3.4)(64bit). After the most recent WebRTC roll, removal of dead code reduced the list by one. The dead code referred to sched_getaffinity which pulled this in. R=perkj@chromium.org TBR=mmoss@chromium.org Review URL: https://codereview.chromium.org/881783004 Cr-Commit-Position: refs/heads/master@{#313920} --- chrome/installer/linux/rpm/expected_deps_i386 | 1 - chrome/installer/linux/rpm/expected_deps_x86_64 | 1 - 2 files changed, 2 deletions(-) diff --git a/chrome/installer/linux/rpm/expected_deps_i386 b/chrome/installer/linux/rpm/expected_deps_i386 index 5ba3362ca99b..7ebb9dadcf57 100644 --- a/chrome/installer/linux/rpm/expected_deps_i386 +++ b/chrome/installer/linux/rpm/expected_deps_i386 @@ -12,7 +12,6 @@ libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.2.3) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.2) -libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.6) libc.so.6(GLIBC_2.7) diff --git a/chrome/installer/linux/rpm/expected_deps_x86_64 b/chrome/installer/linux/rpm/expected_deps_x86_64 index f838cb27b729..60b608245a45 100644 --- a/chrome/installer/linux/rpm/expected_deps_x86_64 +++ b/chrome/installer/linux/rpm/expected_deps_x86_64 @@ -7,7 +7,6 @@ libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) -libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) -- 2.11.4.GIT