cppcheck unused variable

This commit is contained in:
Philippe Teuwen 2025-03-23 23:35:34 +01:00
commit 1aa8ae6076

View file

@ -6,9 +6,6 @@
int main(int argc, char *argv[]) {
// char buf[8196 + 1];
size_t n;
if (argc < 2) {
printf("Usage: %s <port>\n", argv[0]);
exit(-1);