summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-23 23:11:06 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-23 23:11:06 +0000
commit9efb9ddd35d2aa151a57ec695cb40a27acc100a4 (patch)
tree2d536bffd5354eabed10ff794a1798f7a4c04585
parent53a0af9ce2c005d0eabe622e96c1a26fafb51a1b (diff)
downloadATCD-9efb9ddd35d2aa151a57ec695cb40a27acc100a4.tar.gz
ChangeLogTag: Thu Jan 23 16:31:28 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index aebfc41c685..61fd50ae561 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -471,7 +471,6 @@ IDL_GlobalData::seen_include_file_before (char *n)
unsigned long i;
char *incl = 0;
char *tmp = n;
- static retval = 0;
if (n[0] == '.')
{
@@ -485,9 +484,6 @@ IDL_GlobalData::seen_include_file_before (char *n)
if (ACE_OS::strcmp (tmp, incl) == 0)
{
return seen_once[i]++;
- // We use the index value in the function below. We
- // add 1 so a match on the first try will not return 0.
-// return (long)i + 1;
}
}