summaryrefslogtreecommitdiffstats
path: root/patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch')
-rw-r--r--patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch b/patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch
deleted file mode 100644
index 802b7ea85..000000000
--- a/patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Alexander Aring <aar@pengutronix.de>
-Date: Tue, 26 Apr 2016 11:25:44 +0200
-Subject: [PATCH] main: remove double dagid entry
-
-Signed-off-by: Alexander Aring <aar@pengutronix.de>
----
- programs/sunshine/main.cpp | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/programs/sunshine/main.cpp b/programs/sunshine/main.cpp
-index b005ccf42fd9..98911c888ade 100644
---- a/programs/sunshine/main.cpp
-+++ b/programs/sunshine/main.cpp
-@@ -47,7 +47,6 @@ static struct option const longopts[] =
- { "sleep", 1, NULL, OPTION_SLEEP},
- { "interval", 1, NULL, 'W'},
- { "dagid", 1, NULL, 'G'},
-- { "dagid", 1, NULL, 'G'},
- { "rank", 1, NULL, 'R'},
- { "kill", 0, 0, 'K'},
- { "verbose", 0, 0, 'v'},