diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-10-17 06:14:09 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-10-17 06:14:09 +0000 |
commit | 00e04653fed75db26a50c3b2dd4ed4e3f93b5012 (patch) | |
tree | 48c51aedaa1eac4cde2b6d23b85109e7bfa3535e /ace/Service_Config.cpp | |
parent | 61136fb2f12ae83458e9110367857ba31972c200 (diff) | |
download | ATCD-00e04653fed75db26a50c3b2dd4ed4e3f93b5012.tar.gz |
ChangeLogTag:Tue Oct 16 23:08:27 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Service_Config.cpp')
-rw-r--r-- | ace/Service_Config.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp index b0ae4516540..77d460c4342 100644 --- a/ace/Service_Config.cpp +++ b/ace/Service_Config.cpp @@ -371,17 +371,8 @@ ACE_Service_Config::process_directives_i (ACE_Svc_Conf_Param *param) ace_yyerrno = 0; ace_yylineno = 1; - ACE_Obstack_T<ACE_TCHAR> *oldstack = ace_obstack; - - ACE_NEW_RETURN (ace_obstack, - ACE_Obstack_T<ACE_TCHAR>, - -1); - ace_yyparse (param); - delete ace_obstack; - ace_obstack = oldstack; - if (param->yyerrno > 0) { // This is a hack, better errors should be provided... |