From: jsg Date: Mon, 22 Jul 2024 12:05:38 +0000 (+0000) Subject: remove prototype with no matching function X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2a3093b81c55d98980e06fdb7474a7892476d8bc;p=openbsd remove prototype with no matching function --- diff --git a/sys/dev/pci/tga.c b/sys/dev/pci/tga.c index b4c9cbb52dd..4c315fffb2a 100644 --- a/sys/dev/pci/tga.c +++ b/sys/dev/pci/tga.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tga.c,v 1.44 2024/06/22 10:22:29 jsg Exp $ */ +/* $OpenBSD: tga.c,v 1.45 2024/07/22 12:05:38 jsg Exp $ */ /* $NetBSD: tga.c,v 1.40 2002/03/13 15:05:18 ad Exp $ */ /* @@ -68,7 +68,6 @@ int tgamatch(struct device *, struct cfdata *, void *); void tgaattach(struct device *, struct device *, void *); -int tgaprint(void *, const char *); struct cfdriver tga_cd = { NULL, "tga", DV_DULL