diff mbox series

Cleanup: drop unused enum

Message ID 20240215151711.115513-1-stefano.babic@swupdate.org
State Accepted
Delegated to: Stefano Babic
Headers show
Series Cleanup: drop unused enum | expand

Commit Message

Stefano Babic Feb. 15, 2024, 3:17 p.m. UTC
Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 include/swupdate.h | 6 ------
 1 file changed, 6 deletions(-)

--
2.34.1
diff mbox series

Patch

diff --git a/include/swupdate.h b/include/swupdate.h
index c1f86b36..883bad51 100644
--- a/include/swupdate.h
+++ b/include/swupdate.h
@@ -36,12 +36,6 @@  struct extproc {

 LIST_HEAD(proclist, extproc);

-enum {
-	SCRIPT_NONE,
-	SCRIPT_PREINSTALL,
-	SCRIPT_POSTINSTALL
-};
-
 struct swupdate_parms {
 	bool dry_run;
 	char software_set[SWUPDATE_GENERAL_STRING_SIZE];