diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-12-07 14:43:23 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-12-07 14:43:23 +0100 |
commit | 874e40767131361bb6b2dd2fa73f98548cf34a2c (patch) | |
tree | a924cb70681f9771f76a1c3eadeba81f51590087 /TAO/TAO_IDL/be/be_init.cpp | |
parent | 884dcea8b196f72cb995de9f46d61a6ee6521222 (diff) | |
download | ATCD-874e40767131361bb6b2dd2fa73f98548cf34a2c.tar.gz |
Remove redundant void from tao_idl
Diffstat (limited to 'TAO/TAO_IDL/be/be_init.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_init.cpp b/TAO/TAO_IDL/be/be_init.cpp index 691eb0056cd..cb617133710 100644 --- a/TAO/TAO_IDL/be/be_init.cpp +++ b/TAO/TAO_IDL/be/be_init.cpp @@ -3,7 +3,7 @@ #include "../../tao/Version.h" TAO_IDL_BE_Export void -BE_version (void) +BE_version () { ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("TAO_IDL_BE, version ") ACE_TEXT (TAO_VERSION) |