diff options
Diffstat (limited to 'compiler/sigmatch.nim')
-rw-r--r-- | compiler/sigmatch.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/sigmatch.nim b/compiler/sigmatch.nim index 154d76209..07ed5c3bc 100644 --- a/compiler/sigmatch.nim +++ b/compiler/sigmatch.nim @@ -340,8 +340,6 @@ proc typeRel*(c: var TCandidate, f, aOrig: PType, proc concreteType(c: TCandidate, t: PType; f: PType = nil): PType = case t.kind - of tyNil: - result = nil # what should it be? of tyTypeDesc: if c.isNoCall: result = t else: result = nil |