summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/CommonAPI/Runtime.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/CommonAPI/Runtime.hpp b/include/CommonAPI/Runtime.hpp
index 169e039..afd9fa0 100644
--- a/include/CommonAPI/Runtime.hpp
+++ b/include/CommonAPI/Runtime.hpp
@@ -188,7 +188,6 @@ private:
bool isInitialized_;
static std::map<std::string, std::string> properties_;
- static std::shared_ptr<Runtime> theRuntime__;
friend class ProxyManager;
};