summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_redef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_redef.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_redef.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_redef.cpp b/TAO/TAO_IDL/ast/ast_redef.cpp
index 743fe52f677..8decdd3ffb3 100644
--- a/TAO/TAO_IDL/ast/ast_redef.cpp
+++ b/TAO/TAO_IDL/ast/ast_redef.cpp
@@ -90,7 +90,6 @@ can_be_redefined(AST_Decl *d)
case AST_Decl::NT_argument:
case AST_Decl::NT_enum_val:
case AST_Decl::NT_string:
- case AST_Decl::NT_wstring:
case AST_Decl::NT_array:
case AST_Decl::NT_sequence:
case AST_Decl::NT_union: