Drop "xdump ver" deprecated in 4.3.12
This commit is contained in:
parent
1ffea04a6d
commit
78b3af20fe
1 changed files with 1 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
||||||
* xdump.c: Extended dump
|
* xdump.c: Extended dump
|
||||||
*
|
*
|
||||||
* Known contributors to this file:
|
* Known contributors to this file:
|
||||||
* Markus Armbruster, 2004-2008
|
* Markus Armbruster, 2004-2011
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -211,7 +211,5 @@ xdump(void)
|
||||||
pr("Access to table %s denied\n", ef_nameof(type));
|
pr("Access to table %s denied\n", ef_nameof(type));
|
||||||
return RET_FAIL;
|
return RET_FAIL;
|
||||||
}
|
}
|
||||||
if (type == EF_VERSION && !player->argp[2])
|
|
||||||
return xditem(&xd, type, "*"); /* backward compatibility */
|
|
||||||
return xditem(&xd, type, player->argp[2]);
|
return xditem(&xd, type, player->argp[2]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue