Skip to content

Commit

Permalink
Remove FIXME's and TODO's
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniskalou committed Mar 9, 2018
1 parent 7ec7cdb commit 71a4796
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# FIXME: use generic CC
CC = clang

SRC = c_src/portaudio_nif.c c_src/portaudio_nif/erl_interop.c
SRC += c_src/portaudio_nif/pa_conversions.c

Expand Down
1 change: 0 additions & 1 deletion lib/portaudio/native.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
defmodule PortAudio.Native do
# TODO: figure out what this actually does?
@compile {:autoload, false}
@on_load {:init, 0}

Expand Down

0 comments on commit 71a4796

Please sign in to comment.