diff options
author | Björn Gustavsson <[email protected]> | 2012-05-04 11:51:56 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-06-12 12:09:29 +0200 |
commit | d8cf532d04a5f588e19806767090ebb731af80bb (patch) | |
tree | 2c938c3f9ffedaf3d26efcf5b42f28486b886581 /lib/runtime_tools/test/inviso_testmodule1_foo.erl | |
parent | 1fc1233587a00b318ce15fd520b057dee726a7fc (diff) | |
download | otp-d8cf532d04a5f588e19806767090ebb731af80bb.tar.gz otp-d8cf532d04a5f588e19806767090ebb731af80bb.tar.bz2 otp-d8cf532d04a5f588e19806767090ebb731af80bb.zip |
Remove the deprecated inviso application
Diffstat (limited to 'lib/runtime_tools/test/inviso_testmodule1_foo.erl')
-rw-r--r-- | lib/runtime_tools/test/inviso_testmodule1_foo.erl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/runtime_tools/test/inviso_testmodule1_foo.erl b/lib/runtime_tools/test/inviso_testmodule1_foo.erl deleted file mode 100644 index a7a22cad39..0000000000 --- a/lib/runtime_tools/test/inviso_testmodule1_foo.erl +++ /dev/null @@ -1,9 +0,0 @@ --module(inviso_testmodule1_foo). - --compile(export_all). - -%% The purpose of this module is simply to have a module that is -%% guaranteed not loaded. - -foo() -> - true. |