remove useless code

Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/3b02d4a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/3b02d4a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/3b02d4a3

Branch: refs/heads/master
Commit: 3b02d4a321ee5856c78883a165f706a4c3bea256
Parents: 3f3d911
Author: darionyaphet <[email protected]>
Authored: Sun Mar 6 15:14:25 2016 +0800
Committer: darionyaphet <[email protected]>
Committed: Sun Mar 6 15:14:25 2016 +0800

----------------------------------------------------------------------
 core/src/main/scala/io/gearpump/cluster/ClusterConfigSource.scala | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/3b02d4a3/core/src/main/scala/io/gearpump/cluster/ClusterConfigSource.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/io/gearpump/cluster/ClusterConfigSource.scala 
b/core/src/main/scala/io/gearpump/cluster/ClusterConfigSource.scala
index e74488b..7e8a91d 100644
--- a/core/src/main/scala/io/gearpump/cluster/ClusterConfigSource.scala
+++ b/core/src/main/scala/io/gearpump/cluster/ClusterConfigSource.scala
@@ -48,8 +48,6 @@ object ClusterConfigSource {
         config = ConfigFactory.parseResourcesAnySyntax(filePath,
           ConfigParseOptions.defaults.setAllowMissing(true))
       }
-      config
-
       new ClusterConfigSourceImpl(config)
     }
   }

Reply via email to