]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/xdump.c
Drop "xdump ver" deprecated in 4.3.12
[empserver] / src / lib / commands / xdump.c
index d758b1d334d344f87da06f480661b3149caf495f..8d10669e690898d82f5e49ad3b3099c74d15c913 100644 (file)
@@ -27,7 +27,7 @@
  *  xdump.c: Extended dump
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2011
  */
 
 #include <config.h>
@@ -211,7 +211,5 @@ xdump(void)
        pr("Access to table %s denied\n", ef_nameof(type));
        return RET_FAIL;
     }
-    if (type == EF_VERSION && !player->argp[2])
-       return xditem(&xd, type, "*"); /* backward compatibility */
     return xditem(&xd, type, player->argp[2]);
 }