Kaydet (Commit) b19b94b7 authored tarafından Caolán McNamara's avatar Caolán McNamara

filter unused atom:: methods

Change-Id: I64db2710b8253c8110851dafa58013e1066f63c8
üst 9e482a38
...@@ -462,6 +462,7 @@ findunusedcode: ...@@ -462,6 +462,7 @@ findunusedcode:
@$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile findunusedcode @$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile findunusedcode
@grep ::.*\( unusedcode.all \ @grep ::.*\( unusedcode.all \
| grep -v ^Atom \ | grep -v ^Atom \
| grep -v ^atom:: \
| grep -v ^boost:: \ | grep -v ^boost:: \
| grep -v ^CIcc \ | grep -v ^CIcc \
| grep -v ^CLuceneError:: \ | grep -v ^CLuceneError:: \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment