diff options
Diffstat (limited to 't.erl')
-rw-r--r-- | t.erl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t.erl b/t.erl deleted file mode 100644 index eafb025666..0000000000 --- a/t.erl +++ /dev/null @@ -1,5 +0,0 @@ --module(t). --compile([export_all,nowarn_export_all]). - -id(I) -> - I. |