diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 03:30:27 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 03:30:27 +0000 |
commit | e5f89f3a1db6ac9af7904a10387a7f69aa7785d7 (patch) | |
tree | e1dadd875f38bc3a37ee68588dc649ce5b965723 /base/process_util.h | |
parent | 393ac7733adc3b9034b71f81a51e31aece3768ab (diff) | |
download | chromium_src-e5f89f3a1db6ac9af7904a10387a7f69aa7785d7.zip chromium_src-e5f89f3a1db6ac9af7904a10387a7f69aa7785d7.tar.gz chromium_src-e5f89f3a1db6ac9af7904a10387a7f69aa7785d7.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util.h')
-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 c83dfe1..a6f63ac 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 |