Skip to content

Commit

Permalink
Remove obsolete Validator module
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jan 31, 2024
1 parent 6205664 commit cff18a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 90 deletions.
3 changes: 1 addition & 2 deletions lib/drops/contract.ex
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ defmodule Drops.Contract do

defmacro __using__(opts) do
quote do
use Drops.Validator

import Drops.Contract
import Drops.Type.DSL
import Drops.Predicates.Helpers, only: [ok?: 1]

@behaviour Drops.Contract

Expand Down
68 changes: 0 additions & 68 deletions lib/drops/validator.ex

This file was deleted.

20 changes: 0 additions & 20 deletions test/drops/contract/validator_test.exs

This file was deleted.

0 comments on commit cff18a1

Please sign in to comment.