summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-14 14:13:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-14 14:13:58 +0000
commit9d08f0806fa82056a33801358fb793474ea2ea52 (patch)
tree9ebe9e1ba78f29156b11696d8da7dd7edd4f404a
parent0e125edbcecb802f5cbe78a41407fa2610230c4c (diff)
downloadATCD-9d08f0806fa82056a33801358fb793474ea2ea52.tar.gz
ChangeLogTag: Thu Mar 14 08:12:26 2002 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/TAO_IDL/fe/idl.ll1
-rw-r--r--TAO/TAO_IDL/fe/lex.yy.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/fe/idl.ll b/TAO/TAO_IDL/fe/idl.ll
index 97d3cee4222..5ce928347a9 100644
--- a/TAO/TAO_IDL/fe/idl.ll
+++ b/TAO/TAO_IDL/fe/idl.ll
@@ -544,7 +544,6 @@ idl_store_pragma (char *buf)
if (new_prefix != 0)
{
unsigned long depth = idl_global->scopes ()->depth ();
- size_t size = idl_global->pragma_prefixes ().size ();
// If a prefix is added at global scope
// but in an included IDL file, we don't pop, so we can
diff --git a/TAO/TAO_IDL/fe/lex.yy.cpp b/TAO/TAO_IDL/fe/lex.yy.cpp
index e0e957c3b66..4400b8c617a 100644
--- a/TAO/TAO_IDL/fe/lex.yy.cpp
+++ b/TAO/TAO_IDL/fe/lex.yy.cpp
@@ -2616,7 +2616,6 @@ idl_store_pragma (char *buf)
if (new_prefix != 0)
{
unsigned long depth = idl_global->scopes ()->depth ();
- size_t size = idl_global->pragma_prefixes ().size ();
// If a prefix is added at global scope
// but in an included IDL file, we don't pop, so we can