summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-15 14:12:42 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-15 14:12:42 -0400
commit951732f494a3b7b83923c9dd626d4376992ddf36 (patch)
tree18413d6578c7af174bce98d870166771a31f9ae7
parent9a39f44c2a1a7346606f6684bd00b2fdcc6c9e72 (diff)
downloadpackage-stash-xs-951732f494a3b7b83923c9dd626d4376992ddf36.tar.gz
package-stash-xs-951732f494a3b7b83923c9dd626d4376992ddf36.zip
remove outdated comment
-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) {