From b596c6d74d4808f4793df51c81a93b12011314c7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 9 Dec 2013 11:26:37 +0200 Subject: Bin pointless micro-optimisation Change-Id: I87285411001a1535dae5dd921f5cceb1570d5f95 --- framework/inc/services/substitutepathvars.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/inc') diff --git a/framework/inc/services/substitutepathvars.hxx b/framework/inc/services/substitutepathvars.hxx index f7a8fe39f499..ba0e34b37a82 100644 --- a/framework/inc/services/substitutepathvars.hxx +++ b/framework/inc/services/substitutepathvars.hxx @@ -146,8 +146,6 @@ class SubstitutePathVariables_Impl : public utl::ConfigItem OUString m_aNTDomain; bool m_bHostRetrieved; OUString m_aHost; - bool m_bOSRetrieved; - OperatingSystem m_eOSType; Link m_aListenerNotify; const OUString m_aSharePointsNodeName; -- cgit