From d2662fb026bae24a5bf6a19c3dbd2202006fed0a Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 1 Feb 2022 19:52:48 -0500 Subject: [PATCH] Remove unused macro and misleading comment. --- src/custom.h | 6 ------ src/custom.h.in | 6 ------ 2 files changed, 12 deletions(-) diff --git a/src/custom.h b/src/custom.h index 9cc0b18c..dccecbbd 100644 --- a/src/custom.h +++ b/src/custom.h @@ -54,12 +54,6 @@ #define DATETIMESEP '@' /* #define DATETIMESEP '/' */ -/*---------------------------------------------------------------------*/ -/* WANT_U_OPTION: Comment out the next define to permanently disable */ -/* the -u option. */ -/*---------------------------------------------------------------------*/ -#define WANT_U_OPTION 1 - /**********************************************************************/ /**********************************************************************/ /**********************************************************************/ diff --git a/src/custom.h.in b/src/custom.h.in index 9cc0b18c..dccecbbd 100644 --- a/src/custom.h.in +++ b/src/custom.h.in @@ -54,12 +54,6 @@ #define DATETIMESEP '@' /* #define DATETIMESEP '/' */ -/*---------------------------------------------------------------------*/ -/* WANT_U_OPTION: Comment out the next define to permanently disable */ -/* the -u option. */ -/*---------------------------------------------------------------------*/ -#define WANT_U_OPTION 1 - /**********************************************************************/ /**********************************************************************/ /**********************************************************************/