]> git.pond.sub.org Git - empserver/commitdiff
Drop "xdump ver" deprecated in 4.3.12
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 9 Apr 2011 06:01:58 +0000 (08:01 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 Apr 2011 18:21:21 +0000 (20:21 +0200)
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]);
 }