diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-29 10:55:29 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-07-29 10:55:29 +0200 |
| commit | 52c21640508c3fc668107778ae027ff4428ebd89 (patch) | |
| tree | 821a0a8d4ba7ee8c0311d4fbd4120a37dfc5082b /src/solvers/h48/checkdata.h | |
| parent | 38014615238a51f1c0c1f2f96d37cbfbf765520a (diff) | |
| download | nissy-core-52c21640508c3fc668107778ae027ff4428ebd89.tar.gz nissy-core-52c21640508c3fc668107778ae027ff4428ebd89.zip | |
Cleanup some TODOs
Diffstat (limited to 'src/solvers/h48/checkdata.h')
| -rw-r--r-- | src/solvers/h48/checkdata.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/solvers/h48/checkdata.h b/src/solvers/h48/checkdata.h index 1ee053d..af0499d 100644 --- a/src/solvers/h48/checkdata.h +++ b/src/solvers/h48/checkdata.h | |||
| @@ -1,10 +1,7 @@ | |||
| 1 | STATIC long long checkdata_h48( | 1 | STATIC long long checkdata_h48( |
| 2 | const char *, unsigned long long, const unsigned char *); | 2 | const char *, unsigned long long, const unsigned char *); |
| 3 | 3 | ||
| 4 | /* | 4 | /* TODO: Currently unused, re-introduce check on cocsep table */ |
| 5 | Currently unused. | ||
| 6 | TODO: re-introduce check on cocsep table | ||
| 7 | */ | ||
| 8 | uint64_t expected_cocsep[21] = { | 5 | uint64_t expected_cocsep[21] = { |
| 9 | [0] = 1, | 6 | [0] = 1, |
| 10 | [1] = 6, | 7 | [1] = 6, |
