Skip to content

Commit

Permalink
remove functions that were causing errors #45
Browse files Browse the repository at this point in the history
  • Loading branch information
RobStallion committed Mar 1, 2019
1 parent f906baf commit ad66390
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/alog.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ defmodule Alog do
@impl true
defdelegate storage_down(opts), to: EAP

@impl true
defdelegate structure_dump(default, config), to: EAP

@impl true
defdelegate structure_load(default, config), to: EAP

# overrides insert/6 defined in Ecto.Adapters.SQL
def insert(adapter_meta, %{source: source, prefix: prefix}, params, on_conflict, returning, opts) do
# converts params from a keyword list to a map
Expand Down

0 comments on commit ad66390

Please sign in to comment.