diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-29 22:03:37 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-29 22:03:37 +0100 |
| commit | 3d3be6a69c87f7d2386e18eeb5f8acd0b19f03bf (patch) | |
| tree | 093ab82599dbf82428a16306853b9834d240454d /src | |
| parent | 406f55288a51903e53cc1f61394337be858fcbec (diff) | |
| download | rabbitmq-server-git-3d3be6a69c87f7d2386e18eeb5f8acd0b19f03bf.tar.gz | |
remove unnecessary export
Diffstat (limited to 'src')
| -rw-r--r-- | src/test_sup.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_sup.erl b/src/test_sup.erl index f2450aafc2..7ed606a66f 100644 --- a/src/test_sup.erl +++ b/src/test_sup.erl @@ -34,7 +34,7 @@ -behaviour(supervisor2). -export([test_supervisor_delayed_restart/0, - init/1, start_child/0, run_child/0]). + init/1, start_child/0]). test_supervisor_delayed_restart() -> passed = test_supervisor_delayed_restart( |
