diff options
| author | Felix Lange <fjl@twurst.com> | 2011-10-14 05:45:42 +0200 |
|---|---|---|
| committer | Felix Lange <fjl@twurst.com> | 2011-10-14 05:45:42 +0200 |
| commit | bd5145368593e09460d4461256ee4f934b2ebf26 (patch) | |
| tree | 471852782d61d64bede27d67552eb79af0a598aa /src/edit_bench.erl | |
| parent | 90640c1aed302fd83a500bb9ccdfb6cf7b481112 (diff) | |
| download | ermacs-fork-bd5145368593e09460d4461256ee4f934b2ebf26.tar.gz | |
remove cruft
cruft includes:
- module header comments (yikes..)
- author attributes (sorry luke)
- old guard tests
Diffstat (limited to 'src/edit_bench.erl')
| -rw-r--r-- | src/edit_bench.erl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/edit_bench.erl b/src/edit_bench.erl index 1c40925..d667862 100644 --- a/src/edit_bench.erl +++ b/src/edit_bench.erl @@ -1,10 +1,3 @@ -%%%------------------------------------------------------------------- -%%% File : edit_bench.erl -%%% Author : Luke Gorrie <luke@bluetail.com> -%%% Purpose : Random benchmarking -%%% -%%% Created : 29 Sep 2001 by Luke Gorrie <luke@bluetail.com> -%%%------------------------------------------------------------------- -module(edit_bench). -compile(export_all). @@ -27,6 +20,3 @@ cord_bench_loop(Cord, Pid, N) when N > 0 -> cord_receiver() -> receive {cord, Who, Cord} -> Who ! ack end, cord_receiver(). - - - |
