Skip to content

Commit c88693b

Browse files
committed
COMP: Remove unused variable warning.
1 parent 0660667 commit c88693b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/CreatingObjects.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ write the object map out to a file.
1111
int
1212
main(int argc, char ** argv)
1313
{
14-
int error_count = 0;
15-
1614
if (argc != 3)
1715
{
1816
std::cerr << "USAGE: " << argv[0] << "<inputFileName> <outputFileName>" << std::endl;

examples/PickOneObjectEntry.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ then write out the new object map with the one entry only.
1111
int
1212
main(int argc, char ** argv)
1313
{
14-
int error_count = 0;
15-
1614
if (argc != 3)
1715
{
1816
std::cerr << "USAGE: " << argv[0] << "<inputFileName> <outputFileName>" << std::endl;

0 commit comments

Comments
 (0)