From 951732f494a3b7b83923c9dd626d4376992ddf36 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Jul 2013 14:12:42 -0400 Subject: remove outdated comment --- XS.xs | 3 --- 1 file changed, 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) { -- cgit v1.2.3