summaryrefslogtreecommitdiff
path: root/ext/mro
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-01-13 15:56:00 +0000
committerSteve Hay <SteveHay@planit.com>2009-01-13 16:23:27 +0000
commitcd1759d8c220b9edae81c969dfb04b88bfad2651 (patch)
treefc1def0979b19811d175a44abb28cefa45c5f3fe /ext/mro
parent049aabcba31f7c58d7cadff7bb84dd748ced2750 (diff)
downloadperl-cd1759d8c220b9edae81c969dfb04b88bfad2651.tar.gz
Silence Win32 compiler warnings.
Diffstat (limited to 'ext/mro')
-rw-r--r--ext/mro/mro.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mro/mro.xs b/ext/mro/mro.xs
index 22509f41d2..3d343d4830 100644
--- a/ext/mro/mro.xs
+++ b/ext/mro/mro.xs
@@ -282,7 +282,6 @@ mro_set_mro(...)
PROTOTYPE: $$
PREINIT:
SV* classname;
- const struct mro_alg *which;
HV* class_stash;
struct mro_meta* meta;
PPCODE: