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_mod.erl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/edit_mod.erl') diff --git a/src/edit_mod.erl b/src/edit_mod.erl index ae5be54..bc78532 100644 --- a/src/edit_mod.erl +++ b/src/edit_mod.erl @@ -1,12 +1,4 @@ -%%%---------------------------------------------------------------------- -%%% File : edit_mod.erl -%%% Author : Luke Gorrie -%%% Purpose : Module loader -%%% Created : 28 Apr 2001 by Luke Gorrie -%%%---------------------------------------------------------------------- - -module(edit_mod). --author('luke@bluetail.com'). -export([init/0, require/1, load/1]). -- cgit v1.2.3