Skip to content

Commit

Permalink
Remove load_samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed Sep 21, 2023
1 parent 5fe9144 commit 17d7193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(SOURCE_FILES
src/wcs/poly.c
src/context.c
src/diagnostic.c
# src/dummies.c
src/dummies.c
src/fft.c
src/field_utils.c
src/field.c
Expand Down
3 changes: 2 additions & 1 deletion src/dummies.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ check_write(fieldstruct *field, setstruct *set,
{
;
}

#if 0
setstruct *
load_samples(char **filenames, int catindex, int ncat, int ext,
int next, contextstruct *context)
Expand Down Expand Up @@ -240,3 +240,4 @@ load_samples(char **filenames, int catindex, int ncat, int ext,

return set;
}
#endif

0 comments on commit 17d7193

Please sign in to comment.