summaryrefslogtreecommitdiff
path: root/ACE/ace/Get_Opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Get_Opt.h')
-rw-r--r--ACE/ace/Get_Opt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Get_Opt.h b/ACE/ace/Get_Opt.h
index 040df2b8cb2..96e06c30b69 100644
--- a/ACE/ace/Get_Opt.h
+++ b/ACE/ace/Get_Opt.h
@@ -434,7 +434,6 @@ private:
ACE_Get_Opt &operator= (ACE_Get_Opt &&) = delete;
private:
-
/// Holds the option string.
ACE_TString *optstring_;
@@ -481,7 +480,6 @@ private:
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
-
};
ACE_END_VERSIONED_NAMESPACE_DECL