From cd292568d775d55d9abb51e962882ecda12c03a9 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 12 Apr 2011 01:13:42 +0200 Subject: big repo cleanup --- nim/tigen.pas | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100755 nim/tigen.pas (limited to 'nim/tigen.pas') diff --git a/nim/tigen.pas b/nim/tigen.pas deleted file mode 100755 index 687b70920..000000000 --- a/nim/tigen.pas +++ /dev/null @@ -1,47 +0,0 @@ -// -// -// The Nimrod Compiler -// (c) Copyright 2008 Andreas Rumpf -// -// See the file "copying.txt", included in this -// distribution, for details about the copyright. -// - -unit tigen; - -// Type information generator. It transforms types into the AST of walker -// procs. This is used by the code generators. - -interface - -{$include 'config.inc'} - -uses - nsystem, ast, astalgo, strutils, nhashes, trees, treetab, platform, magicsys, - options, msgs, crc, idents, lists, types, rnimsyn; - -function gcWalker(t: PType): PNode; -function initWalker(t: PType): PNode; -function asgnWalker(t: PType): PNode; -function reprWalker(t: PType): PNode; - -implementation - -function gcWalker(t: PType): PNode; -begin -end; - -function initWalker(t: PType): PNode; -begin -end; - -function asgnWalker(t: PType): PNode; -begin -end; - -function reprWalker(t: PType): PNode; -begin -end; - -end. - -- cgit 1.4.1-2-gfad0