summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Runtime.cpp
diff options
context:
space:
mode:
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);