Skip to content

Commit

Permalink
Merge pull request #62 from lowks/get_rid_of_tempfile
Browse files Browse the repository at this point in the history
Get rid of tempfile
  • Loading branch information
lowks authored Aug 3, 2017
2 parents 6bd4912 + f76a95a commit 06d23ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/Radpath/tempfs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ defmodule Radpath.Tempfs do

@spec mktempfile(bitstring, bitstring) :: bitstring
def mktempfile(ext \\ ".tmp", path) when is_bitstring(path) and is_bitstring(ext) do
# Tempfile.get_name("", [ext: ext, path: path])
Temp.open %{suffix: ext, basedir: path}
end

Expand Down
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ defmodule Radpath.Mixfile do

defp deps(:prod) do
[
{:tempfile, github: "lowks/tempfile" },
{:ex_doc, github: "elixir-lang/ex_doc"},
{:finder, github: "h4cc/Finder" },
{:erlware_commons, github: "erlware/erlware_commons"},
Expand Down

0 comments on commit 06d23ec

Please sign in to comment.