]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Magic.xs
Remove an unused variable
[perl/modules/Variable-Magic.git] / Magic.xs
index a092dbe361803e2a0dcc42f541b757bd9a40a1e0..f2981d6a45042f10f4f3f6f5d4d3fe0dd9ca90a1 100644 (file)
--- a/Magic.xs
+++ b/Magic.xs
@@ -739,7 +739,6 @@ STATIC MGVTBL vmg_wizard_vtbl = {
 };
 
 STATIC const char vmg_invalid_wiz[]    = "Invalid wizard object";
-STATIC const char vmg_invalid_sv[]     = "Invalid variable";
 STATIC const char vmg_invalid_sig[]    = "Invalid numeric signature";
 STATIC const char vmg_wrongargnum[]    = "Wrong number of arguments";
 STATIC const char vmg_toomanysigs[]    = "Too many magic signatures used";