sourcestats: move stratum to sources

The stratum value is not needed in sourcestats. Keep it in the source
itself.
This commit is contained in:
Miroslav Lichvar
2021-02-03 12:54:08 +01:00
parent 144fcdde34
commit f74eb67567
3 changed files with 20 additions and 20 deletions

View File

@@ -69,7 +69,6 @@ extern void SST_GetFrequencyRange(SST_Stats inst, double *lo, double *hi);
/* Get data needed for selection */
extern void
SST_GetSelectionData(SST_Stats inst, struct timespec *now,
int *stratum,
double *offset_lo_limit,
double *offset_hi_limit,
double *root_distance,