summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/tao_idl.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-06 22:04:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-06 22:04:20 +0000
commit2433d92a12994b9b25434beecb37e9147765819b (patch)
tree8f5594ac27bd416262522f901aee4e3e06bc82bc /TAO/TAO_IDL/tao_idl.cpp
parentf41483d77a668ff9b5ca3721fdf29ad6ed0dc287 (diff)
downloadATCD-2433d92a12994b9b25434beecb37e9147765819b.tar.gz
.
Diffstat (limited to 'TAO/TAO_IDL/tao_idl.cpp')
-rw-r--r--TAO/TAO_IDL/tao_idl.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/tao_idl.cpp b/TAO/TAO_IDL/tao_idl.cpp
index b23aff4f2f0..02bfc9d460b 100644
--- a/TAO/TAO_IDL/tao_idl.cpp
+++ b/TAO/TAO_IDL/tao_idl.cpp
@@ -113,13 +113,8 @@ DRV_version()
void
DRV_drive(char *s)
{
- char *fn;
-
- // Macro to avoid "warning: unused parameter" type warning.
- ACE_UNUSED_ARG (fn);
-
- // set the name of the IDL file we are parsing. This is useful to the backend
- // when it generates C++ headers and files
+ // set the name of the IDL file we are parsing. This is useful to
+ // the backend when it generates C++ headers and files
idl_global->idl_src_file(new UTL_String(s));
/*
* Pass through CPP