summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XS.xs3
1 files changed, 0 insertions, 3 deletions
diff --git a/XS.xs b/XS.xs
index a3cd205..2404cf8 100644
--- a/XS.xs
+++ b/XS.xs
@@ -428,9 +428,6 @@ static void _add_symbol(SV *self, varspec_t variable, SV *initial)
HE *entry;
SV *val;
- /* GV_ADDMULTI rather than GV_ADD because otherwise you get 'used only
- * once' warnings in some situations... i can't reproduce this, but CMOP
- * triggers it */
namespace = _get_namespace(self);
entry = hv_fetch_ent(namespace, variable.name, 0, 0);
if (entry) {