summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util.c b/src/util.c
index 0d1116dc12..2c7b1f9a56 100644
--- a/src/util.c
+++ b/src/util.c
@@ -3079,13 +3079,6 @@ void status_welcome(void) {
if (!ansi_color)
const_color = "0;33"; /* Orange/Brown for Ubuntu */
-#elif defined(TARGET_ARCH)
-
- if (!pretty_name)
- const_pretty = "Arch Linux";
-
- if (!ansi_color)
- const_color = "1;36"; /* Cyan for Arch */
#endif
if (!pretty_name && !const_pretty)