Skip to content

Commit

Permalink
removing tempfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lowks committed Aug 3, 2017
1 parent 34d63a8 commit ab9ebd8
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
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
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 ab9ebd8

Please sign in to comment.