summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_enum.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_enum.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_enum.h b/TAO/TAO_IDL/be_include/be_enum.h
index 38073ed6915..c87f73cdb60 100644
--- a/TAO/TAO_IDL/be_include/be_enum.h
+++ b/TAO/TAO_IDL/be_include/be_enum.h
@@ -42,9 +42,6 @@ public:
virtual int member_count (void);
// return the count of members
- // Convert a numeric value to the enum's string name for it.
- virtual UTL_ScopedName *value_to_name (const unsigned long v);
-
// Visiting
virtual int accept (be_visitor *visitor);