diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-21 13:45:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-21 16:00:48 +0000 |
commit | 067eaf954dfa4da6e72bc0f8c779d5b711678385 (patch) | |
tree | f185ad941dd34c25d9c27eea097dfd3361323710 | |
parent | 5881168bf8187149e2caf59e72e1ac2d739aa3a4 (diff) |
writeU8 is unused in the external libcdr lib, but filter it out from easy
-rw-r--r-- | Makefile | 1 | ||||
-rwxr-xr-x | unusedcode.easy | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -485,6 +485,7 @@ findunusedcode: | grep -v ^WP6 \ | grep -v ^WPG \ | grep -v ^WPS \ + | grep -v WPXBinaryData \ > unusedcode.easy check: dev-install subsequentcheck diff --git a/unusedcode.easy b/unusedcode.easy index 88c477c7248b..a63332effd0c 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1,4 +1,3 @@ -(anonymous namespace)::writeU8(WPXBinaryData&, int) CertificateExtension_XmlSecImpl::setCertExtn(com::sun::star::uno::Sequence<signed char>, com::sun::star::uno::Sequence<signed char>, unsigned char) CharPosArray::Insert(CharPosArray const*, unsigned short, unsigned short, unsigned short) CharPosArray::Replace(int const&, unsigned short) |