X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Magic.xs;h=f7917abcad8c9fbde616cc2dd3bcb32f75ffeecd;hb=fd95773479714bce7f8578528e0172c37a4cf2d8;hp=b810d91f9db40a63c90e9a75711a8861a809967f;hpb=2ccccc5e7ea3f299777e0b67db864a1ea60688a6;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Magic.xs b/Magic.xs index b810d91..f7917ab 100644 --- a/Magic.xs +++ b/Magic.xs @@ -488,9 +488,8 @@ static opclass vmg_opclass(const OP *o) { /* --- Error messages ------------------------------------------------------ */ -static const char vmg_invalid_wiz[] = "Invalid wizard object"; -static const char vmg_wrongargnum[] = "Wrong number of arguments"; -static const char vmg_argstorefailed[] = "Error while storing arguments"; +static const char vmg_invalid_wiz[] = "Invalid wizard object"; +static const char vmg_wrongargnum[] = "Wrong number of arguments"; /* --- Context-safe global data -------------------------------------------- */