aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric B Merritt <[email protected]>2013-04-05 14:02:59 -0700
committerEric B Merritt <[email protected]>2013-04-05 14:31:28 -0700
commita55808420959bae0d9097ab97bc96e1fc4b4d19b (patch)
treed7be20f3b97240e5872c7b31e6d902bb7e9ce106
parent073c7cde01902fb8fbed483af2d8de85310a8151 (diff)
downloadrelx-a55808420959bae0d9097ab97bc96e1fc4b4d19b.tar.gz
relx-a55808420959bae0d9097ab97bc96e1fc4b4d19b.tar.bz2
relx-a55808420959bae0d9097ab97bc96e1fc4b4d19b.zip
fix unexpected variable issue in build
-rw-r--r--src/rcl_dscv_util.erl1
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}];