summaryrefslogtreecommitdiff
path: root/src/rebar_base_compiler.erl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2014-12-16 13:03:44 -0500
committerFred Hebert <mononcqc@ferd.ca>2014-12-16 13:03:44 -0500
commit3900724cecb778ff6cce34a58f620b5a9c224145 (patch)
treedea27bf07c6b36a57aa9c635504b19b809394b96 /src/rebar_base_compiler.erl
parentede6666961d687b4542e14213f89171c78fe2385 (diff)
downloadrebar-3900724cecb778ff6cce34a58f620b5a9c224145.tar.gz
Remove no longer valid comment
Diffstat (limited to 'src/rebar_base_compiler.erl')
-rw-r--r--src/rebar_base_compiler.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rebar_base_compiler.erl b/src/rebar_base_compiler.erl
index 0983e17..43b9c88 100644
--- a/src/rebar_base_compiler.erl
+++ b/src/rebar_base_compiler.erl
@@ -104,8 +104,6 @@ simple_compile_wrapper(Source, Target, Compile3Fn, Config, true) ->
end.
target_file(SourceFile, SourceDir, SourceExt, TargetDir, TargetExt) ->
- %% Remove all leading components of the source dir from the file -- we want
- %% to maintain the deeper structure (if any) of the source file path
BaseFile = remove_common_path(SourceFile, SourceDir),
filename:join([TargetDir, filename:basename(BaseFile, SourceExt) ++ TargetExt]).