diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-09-17 13:37:08 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-09-17 13:37:08 +0200 |
commit | fdeff1b597fed3d27b975d0486ba4966a89b977b (patch) | |
tree | ef434018424594109d5d8a734892c457711b2173 /TAO/TAO_IDL/ast/ast_provides.cpp | |
parent | 0ca9c019335cde957877214b6ffb4328de4ca198 (diff) | |
download | ATCD-fdeff1b597fed3d27b975d0486ba4966a89b977b.tar.gz |
Remove manual narrow support and use dynamic_cast
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_provides.cpp')
-rw-r--r-- | TAO/TAO_IDL/ast/ast_provides.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_provides.cpp b/TAO/TAO_IDL/ast/ast_provides.cpp index 07bfd679480..aa7e07267f6 100644 --- a/TAO/TAO_IDL/ast/ast_provides.cpp +++ b/TAO/TAO_IDL/ast/ast_provides.cpp @@ -44,5 +44,3 @@ AST_Provides::destroy (void) { this->AST_Field::destroy (); } - -IMPL_NARROW_FROM_DECL(AST_Provides) |