From bd5145368593e09460d4461256ee4f934b2ebf26 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 14 Oct 2011 05:45:42 +0200 Subject: remove cruft cruft includes: - module header comments (yikes..) - author attributes (sorry luke) - old guard tests --- src/edit_bench.erl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/edit_bench.erl') 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 -%%% Purpose : Random benchmarking -%%% -%%% Created : 29 Sep 2001 by Luke Gorrie -%%%------------------------------------------------------------------- -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(). - - - -- cgit v1.2.3