mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 19:19:53 +00:00
7 lines
76 B
Erlang
7 lines
76 B
Erlang
|
-module(unuseddep).
|
||
|
|
||
|
-export([unuseddep/0]).
|
||
|
|
||
|
unuseddep() ->
|
||
|
unuseddep.
|