summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Runtime.cpp
diff options
context:
space:
mode:
authorPatrick Sattler <sattler@itestra.de>2014-02-18 14:51:44 +0100
committerStefan Laner <Stefan.Laner@partner.bmw.de>2014-02-26 12:32:11 +0100
commit42dab1dc21736a2a5b30cbdb48dc362632eb3de1 (patch)
treee25a7ea8969da54d24e7fdae0d5caa73f1ddbbd3 /src/CommonAPI/Runtime.cpp
parentb94ed2030fd13d100a757d531983b2fd2498b62e (diff)
downloadgenivi-common-api-runtime-42dab1dc21736a2a5b30cbdb48dc362632eb3de1.tar.gz
Fixed some compile warnings
Diffstat (limited to 'src/CommonAPI/Runtime.cpp')
-rw-r--r--src/CommonAPI/Runtime.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CommonAPI/Runtime.cpp b/src/CommonAPI/Runtime.cpp
index 812b410..9b3a919 100644
--- a/src/CommonAPI/Runtime.cpp
+++ b/src/CommonAPI/Runtime.cpp
@@ -211,7 +211,6 @@ std::shared_ptr<Runtime> Runtime::checkDynamicLibraries(const std::string& reque
LibraryVersion highestVersionFound = {0, 0, 0};
std::string fqnOfHighestVersion = "";
- struct stat filestat;
for (const std::string& singleSearchPath: librarySearchPaths) {
std::vector<std::string> orderedLibraries = readDirectory(singleSearchPath);