Coverity scan fixes

This commit is contained in:
J Harper
2016-05-03 17:36:14 -07:00
parent b7583a12f6
commit ac16cf8a1b
64 changed files with 306 additions and 394 deletions

View File

@@ -56,7 +56,6 @@ int32 psCoreOpen(const char *config)
return -1;
}
if (osdepTimeOpen() < 0) {
psTraceCore("osdepTimeOpen failed\n");
return PS_FAILURE;
@@ -76,7 +75,6 @@ int32 psCoreOpen(const char *config)
}
#endif /* USE_MULTITHREADING */
return PS_SUCCESS;
}