summaryrefslogtreecommitdiff
path: root/sbin/unwind/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/unwind/unwind.h')
-rw-r--r--sbin/unwind/unwind.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/sbin/unwind/unwind.h b/sbin/unwind/unwind.h
index 910378f3faf..f94e5850c5c 100644
--- a/sbin/unwind/unwind.h
+++ b/sbin/unwind/unwind.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unwind.h,v 1.50 2021/01/12 16:40:33 florian Exp $ */
+/* $OpenBSD: unwind.h,v 1.51 2021/01/19 16:50:23 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -44,18 +44,6 @@
#define IMSG_DATA_SIZE(imsg) ((imsg).hdr.len - IMSG_HEADER_SIZE)
-enum {
- PROC_MAIN,
- PROC_RESOLVER,
- PROC_FRONTEND,
-} uw_process;
-
-static const char * const log_procnames[] = {
- "main",
- "resolver",
- "frontend",
-};
-
enum uw_resolver_type {
UW_RES_RECURSOR,
UW_RES_DHCP,