C++: Fix all prepareQueries errors and warnings

With these changes we can run `odasa prepareQueries --check-only
--fail-on-warnings` on the C++ query directory. Two changes were needed:

1. The `Metrics/queries.xml` file had to be deleted. It existed because
   the built distribution has a different file layout, where `Metrics`
   is moved to the top-level query dir `odasa-cpp-metrics`. Since
   internal PR 28230 this file is created as needed as part of the dist
   build process, so it doesn't need to be checked in with the sources.
2. All uses of the `deprecated` and stubbed-out Objective C classes were
   removed.
This commit is contained in:
Jonas Jensen
2018-12-13 11:13:50 +00:00
parent a4b3b1e8c8
commit bee2ddaf26
5 changed files with 1 additions and 106 deletions

View File

@@ -1 +0,0 @@
<queries language="cpp"/>