fixeria submitted this change.
rebar.config: remove unneeded parse_transform
We don't use parse_transform, so let's remove it from the erl_opts.
It was most likely copy-pasted from another project (see d3982ba).
Change-Id: I87e1f6c3ed2b79201a67a0727ff3b80e42194d91
---
M rebar.config
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config b/rebar.config
index 86315ce..e124ac4 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,6 +1,6 @@
%% -*- erlang -*-
-{erl_opts, [debug_info, {parse_transform}]}.
+{erl_opts, [debug_info]}.
{minimum_otp_vsn, "25.2.3"}.
To view, visit change 39426. To unsubscribe, or for help writing mail filters, visit settings.