From b2115a0c7bc9ca345e5f21c36d6a4bbdbff482cf Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 31 Mar 2021 00:00:00 -0500 Subject: [PATCH] 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 b46af6d21399a78f70e349c4476bd5545fbb44ce Signed-off-by: Jim Warner --- top/top.h | 1 - 1 file changed, 1 deletion(-) diff --git a/top/top.h b/top/top.h index edeafbd1..f738636f 100644 --- a/top/top.h +++ b/top/top.h @@ -58,7 +58,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 */