summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Locator_Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Locator_Options.h')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Locator_Options.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Locator_Options.h b/TAO/orbsvcs/ImplRepo_Service/Locator_Options.h
index f7bac160d61..77d583751bf 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Locator_Options.h
+++ b/TAO/orbsvcs/ImplRepo_Service/Locator_Options.h
@@ -101,8 +101,6 @@ public:
enum ImrType { BACKUP_IMR, PRIMARY_IMR, STANDALONE_IMR };
ImrType imr_type(void) const;
- bool use_asynch (void) const;
-
private:
/// Parses and pulls out arguments for the ImR
int parse_args (int &argc, ACE_TCHAR *argv[]);
@@ -159,9 +157,6 @@ private:
/// The type of ImR Locator this is.
ImrType imr_type_;
- /// Is the implementation using synchronous or asynchronous handling?
- bool use_asynch_;
-
};
#endif