@@ -35,7 +35,7 @@
-define(EMQX_RELEASE_CE, "5.1.0-rc.1").
%% Enterprise edition
--define(EMQX_RELEASE_EE, "5.1.0-rc.2").
+-define(EMQX_RELEASE_EE, "5.1.0").
%% The HTTP API version
-define(EMQX_API_VERSION, "5.0").
@@ -652,16 +652,3 @@ list_dir(Dir) ->
false ->
[]
end.
-
-profile() ->
- case os:getenv("PROFILE") of
- Profile = "emqx-enterprise" ++ _ ->
- Profile;
- Profile = "emqx" ++ _ ->
- false ->
- "emqx-enterprise";
- Profile ->
- io:format(standard_error, "ERROR: bad_PROFILE ~p~n", [Profile]),
- exit(bad_PROFILE)
- end.