chiark / gitweb /
PORT 22
[stressapptest] / src / os_factory.cc
index 8acf573ec61814832b3877440996be52d12638a5..359f7ee9d4abf119df9f4ecfd9edc83316e318b9 100644 (file)
@@ -36,6 +36,5 @@ OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) {
     logprintf(0, "Process Error: Can't allocate memory\n");
     return 0;
   }
-  os->Initialize();
   return os;
 }