diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2022-09-12 09:36:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 09:36:12 +0200 |
commit | ccbb3639f96d55c38f96914c6c7c4bc8c8998db9 (patch) | |
tree | d861b5b15dfed21bd92d8151ba1f819f421bc474 /ACE/ace/Parse_Node.h | |
parent | bdc29ef27a6bc8dc63bc46309639e3ef307e8557 (diff) | |
parent | fe03724176dcfd20e0f9a6e493198469242be6b6 (diff) | |
download | ATCD-ccbb3639f96d55c38f96914c6c7c4bc8c8998db9.tar.gz |
Merge branch 'master' into format-security
Diffstat (limited to 'ACE/ace/Parse_Node.h')
-rw-r--r-- | ACE/ace/Parse_Node.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Parse_Node.h b/ACE/ace/Parse_Node.h index 89217ff9dea..930073987e5 100644 --- a/ACE/ace/Parse_Node.h +++ b/ACE/ace/Parse_Node.h @@ -409,7 +409,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// Return mangled function name that takes into account ACE /// versioned namespace. /** @@ -430,7 +429,6 @@ private: ACE_TCHAR * make_func_name (ACE_TCHAR const * func_name); private: - /// Name of the function that we're parsing. const ACE_TCHAR *function_name_; @@ -495,7 +493,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /** * Not implemented to enforce no copying */ |