summaryrefslogtreecommitdiff
path: root/src/rebar.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar.hrl')
-rw-r--r--src/rebar.hrl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rebar.hrl b/src/rebar.hrl
index 593738e..1f051d7 100644
--- a/src/rebar.hrl
+++ b/src/rebar.hrl
@@ -36,12 +36,6 @@
-type rebar_digraph() :: digraph().
-endif.
--ifdef(namespaced_types).
--type rebar_tid() :: ets:tid().
--else.
--type rebar_tid() :: tid().
--endif.
-
-define(GRAPH_VSN, 2).
-type v() :: {digraph:vertex(), term()} | 'false'.
-type e() :: {digraph:vertex(), digraph:vertex()}.