diff options
| author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-11-04 18:53:36 +0100 | 
|---|---|---|
| committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-11-04 18:53:36 +0100 | 
| commit | d2cf35ad0210d714e973a022923369f5a262bf2b (patch) | |
| tree | 9ff7a33a324bccabfa094f43bd800e97210144d9 | |
| parent | 896e8505b23d32dd9286e49f59a93959253c7b41 (diff) | |
Remove obsolete comments (thanks Tim Watson)
| -rw-r--r-- | src/rebar_port_compiler.erl | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl index 2673160..f6e6a53 100644 --- a/src/rebar_port_compiler.erl +++ b/src/rebar_port_compiler.erl @@ -86,14 +86,6 @@  %%               {port_envs, [{"x86_64.*-linux", "CFLAGS",  %%                             "$CFLAGS -X86Options"}]}  %% -%% * port_pre_script - Tuple which specifies a pre-compilation script to run, -%%                     and a filename that exists as a result of the script -%%                     running. -%% -%% * port_cleanup_script - String that specifies a script to run during cleanup. -%%                         Use this to remove files/directories created by -%%                         port_pre_script. -%%  compile(Config, AppFile) ->      %% Compose list of sources from config file -- defaults to c_src/*.c | 
