aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test/inviso_testmodule1_foo.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-06-18 16:14:45 +0200
committerBjörn Gustavsson <[email protected]>2012-06-18 16:14:45 +0200
commitc2388ad41790c266b0e78724b95ec92d2951b43a (patch)
tree9bf83cf84559c38a888a1f6eeb80cef3862991f2 /lib/runtime_tools/test/inviso_testmodule1_foo.erl
parentd71e414b273e3543e968fa432b5cf489eddd872e (diff)
parentd8cf532d04a5f588e19806767090ebb731af80bb (diff)
downloadotp-c2388ad41790c266b0e78724b95ec92d2951b43a.tar.gz
otp-c2388ad41790c266b0e78724b95ec92d2951b43a.tar.bz2
otp-c2388ad41790c266b0e78724b95ec92d2951b43a.zip
Merge branch 'bjorn/inviso/remove/OTP-10117'
* bjorn/inviso/remove/OTP-10117: 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.erl9
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.