summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mg.c b/mg.c
index 50548cdbad..f4ee820b93 100644
--- a/mg.c
+++ b/mg.c
@@ -856,9 +856,6 @@ Perl_magic_get(pTHX_ SV *sv, MAGIC *mg)
break;
case '\005': /* ^E */
if (nextchar != '\0') {
- /* We shouldn't be trying to retrieve this shadow variable */
- assert(strNE(remaining, "_NCODING"));
-
if (strEQ(remaining, "NCODING"))
sv_setsv(sv, _get_encoding());
break;