Skip to content

Commit

Permalink
prune dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLMerrill committed Oct 10, 2019
1 parent 2658b57 commit 865b055
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ public void create() throws IOException
outstream.close();
}

private Path computePath(Update4jGradleExtension extension)
{
String path = extension.getPath();
path = path.replace("${user.dir}", System.getProperty("user.dir"));
path = path.replace("${user.home}", System.getProperty("user.home"));
return Paths.get(path);
}

private Configuration.Builder addFiles(Update4jGradleExtension extension, Configuration.Builder builder)
{
File build_dir = getProject().getBuildDir();
Expand Down

0 comments on commit 865b055

Please sign in to comment.