Remove old object_exists
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
-module(geef).
|
||||
-export([hex_to_raw/1, object_exists/2, repository/1, repository_path/1, repository_odb/1, odb_exists/2]).
|
||||
-export([hex_to_raw/1, repository/1, repository_path/1, repository_odb/1, odb_exists/2]).
|
||||
-on_load(load_enif/0).
|
||||
|
||||
hex_to_raw(_Val) ->
|
||||
nif_error(?LINE).
|
||||
|
||||
object_exists(_Val, _Val2) ->
|
||||
nif_error(?LINE).
|
||||
|
||||
repository_open(_Val) ->
|
||||
nif_error(?LINE).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user