diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-10 08:43:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-11 14:46:44 +0100 |
commit | b19b94b7d13851502a1a8069c1d12101350f7d4a (patch) | |
tree | 1bae0dcee78daaa079579ff92094f21feaf83c77 /Makefile.top | |
parent | 9e482a38e522a5706c3da55b69cdcdc389de2e33 (diff) |
filter unused atom:: methods
Change-Id: I64db2710b8253c8110851dafa58013e1066f63c8
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.top b/Makefile.top index f497407b3467..0d002dd49625 100644 --- a/Makefile.top +++ b/Makefile.top @@ -462,6 +462,7 @@ findunusedcode: @$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile findunusedcode @grep ::.*\( unusedcode.all \ | grep -v ^Atom \ + | grep -v ^atom:: \ | grep -v ^boost:: \ | grep -v ^CIcc \ | grep -v ^CLuceneError:: \ |