diff options
author | Eric B Merritt <[email protected]> | 2013-04-05 14:02:59 -0700 |
---|---|---|
committer | Eric B Merritt <[email protected]> | 2013-04-05 14:31:28 -0700 |
commit | a55808420959bae0d9097ab97bc96e1fc4b4d19b (patch) | |
tree | d7be20f3b97240e5872c7b31e6d902bb7e9ce106 /src/rcl_dscv_util.erl | |
parent | 073c7cde01902fb8fbed483af2d8de85310a8151 (diff) | |
download | relx-a55808420959bae0d9097ab97bc96e1fc4b4d19b.tar.gz relx-a55808420959bae0d9097ab97bc96e1fc4b4d19b.tar.bz2 relx-a55808420959bae0d9097ab97bc96e1fc4b4d19b.zip |
fix unexpected variable issue in build
Diffstat (limited to 'src/rcl_dscv_util.erl')
-rw-r--r-- | src/rcl_dscv_util.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rcl_dscv_util.erl b/src/rcl_dscv_util.erl index ba66500..68dcb68 100644 --- a/src/rcl_dscv_util.erl +++ b/src/rcl_dscv_util.erl @@ -92,7 +92,6 @@ discover_dir(ProcessDir, File, directory) -> [Err] end; discover_dir(ProcessDir, File, file) -> - Res = ProcessDir(File, file), case ProcessDir(File, file) of {ok, Result} -> [{ok, Result}]; |