From 1868cbc44959e04f0455f062793f53426b0ebdf7 Mon Sep 17 00:00:00 2001
From: Araq <rumpf_a@web.de>
Date: Fri, 19 Jul 2019 19:32:13 +0200
Subject: revert the bugfix for #11747 as it really was a new, poorly
 though-out feature

---
 compiler/semexprs.nim | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'compiler')

diff --git a/compiler/semexprs.nim b/compiler/semexprs.nim
index 929283bef..733df2c40 100644
--- a/compiler/semexprs.nim
+++ b/compiler/semexprs.nim
@@ -1414,9 +1414,6 @@ proc semDeref(c: PContext, n: PNode): PNode =
   var t = skipTypes(n.sons[0].typ, {tyGenericInst, tyVar, tyLent, tyAlias, tySink, tyOwned})
   case t.kind
   of tyRef, tyPtr: n.typ = t.lastSon
-  of tyTypeDesc:
-    # typeof(x[]) is still a typedesc:
-    n.typ = makeTypeDesc(c, t.lastSon.lastSon)
   else: result = nil
   #GlobalError(n.sons[0].info, errCircumNeedsPointer)
 
-- 
cgit 1.4.1-2-gfad0