diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-10 09:36:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-10 09:50:54 +0100 |
commit | f767d4580e455b91506cc43d11783093cead6d6c (patch) | |
tree | 0bc606a9167a0fe0760673abc0e84d9222af12d1 /bin | |
parent | a7bc9c1e4977bd3430df69287fa0a8377a686c58 (diff) |
callcatcher: update unused code
OAuth2Handler is from libcmis
Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/findunusedcode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode index 22727cf1f7a2..59dbade81f74 100755 --- a/bin/findunusedcode +++ b/bin/findunusedcode @@ -76,4 +76,5 @@ grep ::.*\( unusedcode.all \ | grep -v ^WPS \ | grep -v WPX \ | grep -v ^WSObject \ + | grep -v ^OAuth2Handler \ > ../unusedcode.easy |