summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2018-01-25 01:01:22 -0800
committerJuergen Gehring <juergen.gehring@bmw.de>2018-01-25 01:01:22 -0800
commit45a3dea2e8226f2f6bd7017bd0e122419f77fdd7 (patch)
tree1f76e4c815f01c20826bd47a61b4d7df04d38105 /include
parent5152d31a5607393103ef01f2bb034bd267064b81 (diff)
downloadgenivi-common-api-runtime-45a3dea2e8226f2f6bd7017bd0e122419f77fdd7.tar.gz
capicxx-core-runtime 3.1.12.23.1.12.2
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;
};