Remove old object_exists

This commit is contained in:
Carlos Martín Nieto
2012-08-14 11:43:40 +02:00
parent f20fe2d0e1
commit 69ddae5b54
2 changed files with 1 additions and 31 deletions

View File

@@ -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).