summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.y
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r--ace/Svc_Conf.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y
index cb159d68b2f..005f8ad972a 100644
--- a/ace/Svc_Conf.y
+++ b/ace/Svc_Conf.y
@@ -16,7 +16,6 @@ ACE_RCSID (ace,
Svc_Conf_y,
"$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// Prototypes.
static ACE_Module_Type *ace_get_module (ACE_Static_Node *str_rec,
@@ -429,7 +428,4 @@ main (int argc, char *argv[])
return ::yyparse (&param);
}
#endif /* DEBUGGING */
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_USES_CLASSIC_SVC_CONF == 1 */