From 3f42375bbfc1657963f1d3aa7688f2ab67f31c1b Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Thu, 8 Mar 2012 11:03:02 +0100 Subject: [reltool] Move tables out of common record OTP-9794 This is a minor change, in order to keep tables private to reltool_server. --- lib/reltool/src/reltool.hrl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/reltool/src/reltool.hrl') diff --git a/lib/reltool/src/reltool.hrl b/lib/reltool/src/reltool.hrl index 781c3f6d2c..d3eefb7ff0 100644 --- a/lib/reltool/src/reltool.hrl +++ b/lib/reltool/src/reltool.hrl @@ -127,12 +127,7 @@ { sys_debug :: term(), wx_debug :: term(), - trap_exit :: boolean(), - app_tab :: ets:tab(), - mod_tab :: ets:tab(), - mod_used_by_tab :: ets:tab(), - old_app_tab :: ets:tab(), - old_mod_tab :: ets:tab() + trap_exit :: boolean() }). -record(mod, -- cgit v1.2.3