artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f27ab
)
Remove unused DEBUG_LINE define.
author
mpi
<mpi@openbsd.org>
Sun, 2 Oct 2022 11:56:43 +0000
(11:56 +0000)
committer
mpi
<mpi@openbsd.org>
Sun, 2 Oct 2022 11:56:43 +0000
(11:56 +0000)
usr.bin/ctfconv/ctfconv.c
patch
|
blob
|
history
diff --git
a/usr.bin/ctfconv/ctfconv.c
b/usr.bin/ctfconv/ctfconv.c
index
6fbaca0
..
28139b9
100644
(file)
--- 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);