aboutsummaryrefslogtreecommitdiffstats
path: root/lib/appmon
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-08-24 10:06:47 +0200
committerBjörn Gustavsson <[email protected]>2010-08-24 10:06:47 +0200
commit4bff75c637d2b0ac9a591a30e4e12d3ec9a80891 (patch)
treed367fd71d7d454b84e8e0c2277ec3036b73594a0 /lib/appmon
parent812a0bbde555b9f9aa670aca8aafe3892c9ebf96 (diff)
downloadotp-4bff75c637d2b0ac9a591a30e4e12d3ec9a80891.tar.gz
otp-4bff75c637d2b0ac9a591a30e4e12d3ec9a80891.tar.bz2
otp-4bff75c637d2b0ac9a591a30e4e12d3ec9a80891.zip
appmon: Remove compiler directive for native-code compilation
According to Kostis Sagonas, this directive is no longer needed.
Diffstat (limited to 'lib/appmon')
-rw-r--r--lib/appmon/src/appmon_web.erl8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/appmon/src/appmon_web.erl b/lib/appmon/src/appmon_web.erl
index e8a8422a80..fb7144246c 100644
--- a/lib/appmon/src/appmon_web.erl
+++ b/lib/appmon/src/appmon_web.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2001-2009. All Rights Reserved.
+%% Copyright Ericsson AB 2001-2010. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -38,12 +38,6 @@
%% webtool
-export([configData/0]).
-
-%% The following directive caters for (significantly) faster native
-%% code compilation of one function in this file by the HiPE compiler
-%% on register-poor architectures like the x86.
--compile([{hipe,[{regalloc,graph_color}]}]).
-
-behaviour(gen_server).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%