netmap: bridge: fix -Wdate-time compilation issue

MFC after: 3 days
This commit is contained in:
Vincenzo Maffione 2022-12-31 14:56:02 +00:00
parent 4052b0e4b2
commit e81ecab4b1

View file

@ -206,8 +206,6 @@ main(int argc, char **argv)
int loopback = 0;
int ch;
fprintf(stderr, "%s built %s %s\n\n", argv[0], __DATE__, __TIME__);
while ((ch = getopt(argc, argv, "hb:ci:vw:L")) != -1) {
switch (ch) {
default: