From e1a5732838e89a131787c25e2fc89a5097ef65a0 Mon Sep 17 00:00:00 2001 From: Matthew Baulch Date: Sat, 27 Aug 2016 19:40:48 +1000 Subject: Remove unused procs getProcSym, getOpSym. --- compiler/trees.nim | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/compiler/trees.nim b/compiler/trees.nim index 832b206d9..ece102c13 100644 --- a/compiler/trees.nim +++ b/compiler/trees.nim @@ -74,17 +74,6 @@ proc sameTree*(a, b: PNode): bool = if not sameTree(a.sons[i], b.sons[i]): return result = true -proc getProcSym*(call: PNode): PSym = - result = call.sons[0].sym - -proc getOpSym*(op: PNode): PSym = - if op.kind notin {nkCall, nkHiddenCallConv, nkCommand, nkCallStrLit}: - result = nil - else: - if sonsLen(op) <= 0: internalError(op.info, "getOpSym") - elif op.sons[0].kind == nkSym: result = op.sons[0].sym - else: result = nil - proc getMagic*(op: PNode): TMagic = case op.kind of nkCallKinds: -- cgit 1.4.1-2-gfad0