summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_visitor_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_visitor_context.h')
-rw-r--r--TAO/TAO_IDL/include/ast_visitor_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_visitor_context.h b/TAO/TAO_IDL/include/ast_visitor_context.h
index f24026d529e..0f13e72e7bf 100644
--- a/TAO/TAO_IDL/include/ast_visitor_context.h
+++ b/TAO/TAO_IDL/include/ast_visitor_context.h
@@ -4,8 +4,6 @@
/**
* @file ast_visitor_context.h
*
- * $Id$
- *
* This class serves to provide the necessary context information to the
* visitor as it generates code. This may include the scope inside which the
* code is generated, the output file that is being used, and others. This