This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Remove unused record definition
pull/3/head
Tuncer Ayaz
14 years ago
parent
69bca2a03c
commit
68f4743563
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
include/rebar.hrl
+ 0
- 2
include/rebar.hrl
View File
@ -1,8 +1,6 @@
-
record
(
config
,
{
dir
,
opts
}
)
.
-
record
(
global_state
,
{
working_dir
}
)
.
-
define
(
FAIL
,
throw
(
{
error
,
failed
}
)
)
.
-
define
(
ABORT
(
Str
,
Args
)
,
rebar_utils
:
abort
(
Str
,
Args
)
)
.
Write
Preview
Loading…
Cancel
Save