Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xf86-video-suncg6/dist/src remove unused xaaS...



details:   https://anonhg.NetBSD.org/xsrc/rev/2483440b8acd
branches:  trunk
changeset: 10360:2483440b8acd
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jul 18 18:02:10 2019 +0000

description:
remove unused xaaSymbols[]

diffstat:

 external/mit/xf86-video-suncg6/dist/src/cg6_driver.c |  8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diffs (18 lines):

diff -r bb3af266555b -r 2483440b8acd external/mit/xf86-video-suncg6/dist/src/cg6_driver.c
--- a/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c      Thu Jul 18 18:00:58 2019 +0000
+++ b/external/mit/xf86-video-suncg6/dist/src/cg6_driver.c      Thu Jul 18 18:02:10 2019 +0000
@@ -102,14 +102,6 @@
     { -1,                      NULL,           OPTV_NONE,      {0}, FALSE }
 };
 
-static const char *xaaSymbols[] =
-{
-    "XAACreateInfoRec",
-    "XAADestroyInfoRec",
-    "XAAInit",
-    NULL
-};
-
 static MODULESETUPPROTO(cg6Setup);
 
 static XF86ModuleVersionInfo suncg6VersRec =



Home | Main Index | Thread Index | Old Index