diff options
author | Björn Gustavsson <[email protected]> | 2018-03-14 11:27:04 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-03-14 11:27:04 +0100 |
commit | 98d8d18584cffd9bae18f1f9be997ab00fac081e (patch) | |
tree | 02746bd1b8054887b46c571cf198575655bbcdb8 | |
parent | 388b24ea7327ce8c7267b48c3a464ce8c404ddd6 (diff) | |
download | otp-98d8d18584cffd9bae18f1f9be997ab00fac081e.tar.gz otp-98d8d18584cffd9bae18f1f9be997ab00fac081e.tar.bz2 otp-98d8d18584cffd9bae18f1f9be997ab00fac081e.zip |
Remove accidentally added file 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. |