From: mpi Date: Sun, 2 Oct 2022 11:56:43 +0000 (+0000) Subject: Remove unused DEBUG_LINE define. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0f9855f7502180173f6973ce633804ee722f3831;p=openbsd Remove unused DEBUG_LINE define. --- diff --git a/usr.bin/ctfconv/ctfconv.c b/usr.bin/ctfconv/ctfconv.c index 6fbaca0157c..28139b9efb7 100644 --- a/usr.bin/ctfconv/ctfconv.c +++ b/usr.bin/ctfconv/ctfconv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ctfconv.c,v 1.19 2021/07/12 15:09:19 beck Exp $ */ +/* $OpenBSD: ctfconv.c,v 1.20 2022/10/02 11:56:43 mpi Exp $ */ /* * Copyright (c) 2016-2017 Martin Pieuchot @@ -44,7 +44,6 @@ #define DEBUG_ABBREV ".debug_abbrev" #define DEBUG_INFO ".debug_info" -#define DEBUG_LINE ".debug_line" #define DEBUG_STR ".debug_str" __dead void usage(void);