From: Jim Warner Date: Wed, 31 Mar 2021 05:00:00 +0000 (-0500) Subject: top: eliminate the #define VER_J_RCFILE as superfluous X-Git-Tag: v4.0.3_rc1~33^2~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7086e99067fb2ced1a2eb14fc8aa6f7c07d93862;p=procps-ng top: eliminate the #define VER_J_RCFILE as superfluous With that commit referenced below, which preserved the '4' and + '!' toggles in the rcfile, this VER_J_RCFILE macro was made superfluous. But, it was never removed. Reference(s): commit f858e563b7e5013352a8c8316a90c702afd0e1a0 Signed-off-by: Jim Warner --- diff --git a/top/top.h b/top/top.h index c4d4e859..1a378531 100644 --- a/top/top.h +++ b/top/top.h @@ -64,7 +64,6 @@ //#define TREE_VWINALL /* pid collapse/expand impacts all windows */ //#define USE_X_COLHDR /* emphasize header vs. whole col, for 'x' */ //#define VALIDATE_NLS /* validate the integrity of all nls tbls */ -//#define VER_J_RCFILE /* increase # of fields, rcfile ver to 'j' */ //#define WIDEN_COLUMN /* base column widths on translated header */