Skip to content

Commit

Permalink
Per #2897, remove unused add_prec_point_obs(...) function
Browse files Browse the repository at this point in the history
  • Loading branch information
j-opatz committed May 22, 2024
1 parent 20dec3b commit 0e06e96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libcode/vx_statistics/pair_data_point.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ class VxPairDataPoint {
const char *, float *, Grid &, const char * = 0,
const DataPlane * = 0);

void add_prec_point_obs(float *, const char *, const char *, unixtime,
const char *, float *, Grid &, int month, int hour,
const char * = 0, const DataPlane * = 0);

int get_n_pair() const;

void set_duplicate_flag(DuplicateType duplicate_flag);
Expand Down

0 comments on commit 0e06e96

Please sign in to comment.