Remove unused variable
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 3 Mar 2011 08:47:48 +0000 (09:47 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 3 Mar 2011 08:47:48 +0000 (09:47 +0100)
Signed-off-by: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
src/vmwaremodule.c

index 33d3cff..0da2440 100644 (file)
@@ -175,7 +175,6 @@ vmware_chain_module(pointer opts)
     GDevPtr *gdevs;
     GDevPtr gdev;
     int i;
-    pointer ret;
 
     vmware_devices = xf86MatchDevice(VMWARE_DRIVER_NAME, &gdevs);
     vmwgfx_devices = xf86MatchDevice(VMWGFX_DRIVER_NAME, NULL);