mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 01:14:14 +08:00
Remove unused function
This commit is contained in:
parent
a3ee750d54
commit
bf448122a9
1 changed files with 0 additions and 8 deletions
|
@ -11,14 +11,6 @@ defmodule AppBundler do
|
|||
end
|
||||
end
|
||||
|
||||
def target do
|
||||
case :erlang.system_info(:system_architecture) do
|
||||
'x86_64-apple-' ++ _ -> "macos-x86_64"
|
||||
'aarch64-apple-' ++ _ -> "macos-aarch64"
|
||||
'win32' -> "windows-x86_64"
|
||||
end
|
||||
end
|
||||
|
||||
def os do
|
||||
case :os.type() do
|
||||
{:unix, :darwin} -> :macos
|
||||
|
|
Loading…
Reference in a new issue