diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 22:50:01 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 22:50:01 +0000 |
commit | 8d6fa26b2dbb1e29c5ef630f49f21d14f64ce0c4 (patch) | |
tree | 738ef25e8edd25d8ab5dd4b9ef0c6aa60db2227a | |
parent | 190523c879eb45f1b2e48f1088c75f12849fcb94 (diff) | |
download | chromium_src-8d6fa26b2dbb1e29c5ef630f49f21d14f64ce0c4.zip chromium_src-8d6fa26b2dbb1e29c5ef630f49f21d14f64ce0c4.tar.gz chromium_src-8d6fa26b2dbb1e29c5ef630f49f21d14f64ce0c4.tar.bz2 |
Merge 32483 - Remove the unused ProcessFilter destructor.
Adding some code elsewhere was causing pure call errors related to this
code, but only for Release builds on gcc 4.2.4. My gcc 4.4.1 computer
was fine. I know better than to claim it's a compiler bug, but this
destructor is unused anyway so this change is harmless.
Review URL: http://codereview.chromium.org/402080
TBR=evan@chromium.org
Review URL: http://codereview.chromium.org/449032
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33361 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | base/process_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/process_util.h b/base/process_util.h index 07b10e7..60b6329 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -183,7 +183,6 @@ class ProcessFilter { // Returns true to indicate set-inclusion and false otherwise. This method // should not have side-effects and should be idempotent. virtual bool Includes(ProcessId pid, ProcessId parent_pid) const = 0; - virtual ~ProcessFilter() { } }; // Returns the number of processes on the machine that are running from the |