Remove SST_DoUpdateRegression

The function is not used anywhere and it requires weights to be stored
sourcestats.
This commit is contained in:
Miroslav Lichvar
2010-08-06 14:36:56 +02:00
parent cb28aeeacc
commit 100f732e20
2 changed files with 0 additions and 39 deletions

View File

@@ -891,8 +891,6 @@ SRC_ReloadSources(void)
LOG(LOGS_WARN, LOGF_Sources, "Could not open dump file %s", filename);
} else {
if (SST_LoadFromFile(sources[i]->stats, in)) {
/* We might want to use SST_DoUpdateRegression here, but we
need to check it has the same functionality */
SST_DoNewRegression(sources[i]->stats);
} else {
LOG(LOGS_WARN, LOGF_Sources, "Problem loading from file %s", filename);