diff options
author | Lukas Larsson <[email protected]> | 2011-07-05 17:26:02 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-08-01 16:38:19 +0200 |
commit | 7aa1f823956480d3e5f03ca1a7e14f5a48c041dd (patch) | |
tree | a6c94b40e8adcd7dd5009c90f28aec9c651852c3 /lib/asn1/src/asn1_app.erl | |
parent | 96bd7dd3b031f541158bac21df26b6a77f809909 (diff) | |
download | otp-7aa1f823956480d3e5f03ca1a7e14f5a48c041dd.tar.gz otp-7aa1f823956480d3e5f03ca1a7e14f5a48c041dd.tar.bz2 otp-7aa1f823956480d3e5f03ca1a7e14f5a48c041dd.zip |
Remove all modules relating to drivers and make all functions obsolete.
Diffstat (limited to 'lib/asn1/src/asn1_app.erl')
-rw-r--r-- | lib/asn1/src/asn1_app.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/src/asn1_app.erl b/lib/asn1/src/asn1_app.erl index 2d3eed1743..9fff96e0bf 100644 --- a/lib/asn1/src/asn1_app.erl +++ b/lib/asn1/src/asn1_app.erl @@ -28,7 +28,7 @@ %% {error, Reason} %% start(_Type, _StartArgs) -> - asn1_sup:start_link(). + {ok, self()}. %% stop(State) %% |