We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0660667 commit c88693bCopy full SHA for c88693b
examples/CreatingObjects.cxx
@@ -11,8 +11,6 @@ write the object map out to a file.
11
int
12
main(int argc, char ** argv)
13
{
14
- int error_count = 0;
15
-
16
if (argc != 3)
17
18
std::cerr << "USAGE: " << argv[0] << "<inputFileName> <outputFileName>" << std::endl;
examples/PickOneObjectEntry.cxx
@@ -11,8 +11,6 @@ then write out the new object map with the one entry only.
0 commit comments