diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-12 09:29:39 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-12 09:29:39 -0500 |
| commit | b192fdbf220acc88cb4b9ebb859537048f2fcf9b (patch) | |
| tree | a771f628512873d3a9bbc5a3d7a16827fb823767 /tests/test_download.c | |
| parent | 635ec182af3d281c27fe5297a042d68516fa3058 (diff) | |
| download | stasis-b192fdbf220acc88cb4b9ebb859537048f2fcf9b.tar.gz | |
Remove dead code
Diffstat (limited to 'tests/test_download.c')
| -rw-r--r-- | tests/test_download.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_download.c b/tests/test_download.c index 714e614..31e9792 100644 --- a/tests/test_download.c +++ b/tests/test_download.c @@ -33,7 +33,6 @@ void test_download() { } STASIS_ASSERT(http_code == tc[i].http_code, "expecting non-error HTTP code"); - //char **data = file_readlines(filename, 0, 100, NULL); char *data = stasis_testing_read_ascii(filename); if (http_code >= 0) { STASIS_ASSERT(data != NULL, "data should not be null"); |
