Remove unneeded return statement
[platform/core/security/cynara.git] / src / service / storage / InMemoryStorageBackend.cpp
index d04a6ff..bf1c1c9 100644 (file)
@@ -193,7 +193,6 @@ void InMemoryStorageBackend::openDumpFileStream(std::shared_ptr<std::ofstream> s
 
     if (!stream->is_open()) {
         throw CannotCreateFileException(filename);
-        return;
     }
 }