summaryrefslogtreecommitdiff
path: root/bin/findunusedcode
diff options
context:
space:
mode:
Diffstat (limited to 'bin/findunusedcode')
-rwxr-xr-xbin/findunusedcode11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode
index 61ba6543303a..74dc46699a0d 100755
--- a/bin/findunusedcode
+++ b/bin/findunusedcode
@@ -88,4 +88,15 @@ grep ::.*\( unusedcode.all \
| grep -v ^MathML:: \
| grep -v ^GeneratedSaxParser:: \
| grep -v ^GLTF:: \
+ | grep -v ^OneDrive \
+ | grep -v ^SharePoint \
+ | grep -v ^VersioningService:: \
+ | grep -v ^WSSession:: \
+ | grep -v ^NavigationService:: \
+ | grep -v ^ObjectService:: \
+ | grep -v ^RepositoryService:: \
+ | grep -v ^GDriveDocument:: \
+ | grep -v ^GDriveFolder:: \
+ | grep -v ^GDriveProperty:: \
+ | grep -v ^GDriveSession:: \
> ../unusedcode.easy