giant massive dep upgrade and dialyxir-found error emporium (#371)
[akkoma] / lib / pleroma / upload / filter / analyze_metadata.ex
index c89c30fc1a8dd79be02034215721bd00ac4b341e..8990e97c089de8d84af7dc052f1cb72b49ae4c51 100644 (file)
@@ -77,7 +77,6 @@ defmodule Pleroma.Upload.Filter.AnalyzeMetadata do
       %{width: width, height: height}
     else
       nil -> {:error, {:ffprobe, :command_not_found}}
-      {:error, _} = error -> error
     end
   end
 end