diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-10-14 12:43:28 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2018-10-14 12:43:28 -0400 |
commit | fb6de6e0e5dc0da1c4e64c166bcb69327420cb60 (patch) | |
tree | 6f77a0a2a03d889884d3d4172923bd23f67ef8bc | |
parent | dada4e36e6d9a5c4b41bbe1f68389520e7c59ace (diff) |
Drop outdated comments
-rw-r--r-- | src/rebar_paths.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rebar_paths.erl b/src/rebar_paths.erl index 900443d..82c0218 100644 --- a/src/rebar_paths.erl +++ b/src/rebar_paths.erl @@ -1,5 +1,3 @@ -%% BEFORE THIS FIX: rebar3 ct 266.78s user 144.06s system 144% cpu 4:33.70 total -%% CURRENT TIME: rebar3 ct 419.30s user 301.00s system 152% cpu 7:51.98 total -module(rebar_paths). -include("rebar.hrl"). |