This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 71c01bcebdc636d6a63956ef42685e61bc8220fe
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 12 19:00:01 2019 +0100

    Remove unused code
---
 src/native/windows/apps/prunmgr/prunmgr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/native/windows/apps/prunmgr/prunmgr.c 
b/src/native/windows/apps/prunmgr/prunmgr.c
index 4f317bd..0b520c6 100644
--- a/src/native/windows/apps/prunmgr/prunmgr.c
+++ b/src/native/windows/apps/prunmgr/prunmgr.c
@@ -54,8 +54,7 @@ LPAPXGUISTORE _gui_store  = NULL;
 #define START_AUTO           L"Automatic"
 #define START_MANUAL         L"Manual"
 #define START_DISABLED       L"Disabled"
-#define START_BOOT           L"Boot"
-#define START_SYSTEM         L"SystemInit"
+
 #define EMPTY_PASSWORD       L"               "
 
 #ifdef WIN64

Reply via email to