Skip to content

Commit b05dfb2

Browse files
12345ieeeianh
authored andcommitted
remove deprecated function
1 parent ab54c4e commit b05dfb2

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

verifier.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,6 @@ static void check_wrong_output_and_destroy(struct verifier *v, struct solution *
301301
destroy(solution, board);
302302
}
303303

304-
void verifier_set_throughput_margin(void *verifier, int margin)
305-
{
306-
// this doesn't do anything since there's no throughput margin any more.
307-
return;
308-
}
309-
310304
struct area_dimension {
311305
int64_t u;
312306
int64_t v;

verifier.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ int verifier_wrong_output_atom(void *verifier, int u, int v);
5353
// return -1 until another wrong output is detected.
5454
void verifier_wrong_output_clear(void *verifier);
5555

56-
// this function is a no-op. it used to set the size of the area used for
57-
// throughput loop detection.
58-
void verifier_set_throughput_margin(void *verifier, int margin);
59-
6056
// returns a string describing any error that occurred during solution parsing,
6157
// decoding, or verification. if there haven't been any errors, returns a null
6258
// pointer. returned strings are valid for the lifetime of the program and

0 commit comments

Comments
 (0)