e36484
From b2cf10cb8df0d6c9b66547f8b98b73f9055c7376 Mon Sep 17 00:00:00 2001
e36484
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
e36484
Date: Wed, 22 Nov 2017 14:42:33 +0100
e36484
Subject: [PATCH] Remove Easter egg entirely
e36484
e36484
Six years is a reasonable shelf life for a joke, but I think its time
e36484
has passed now.
e36484
e36484
* src/man.c (main): Remove Easter egg.
e36484
---
e36484
 src/man.c | 7 -------
e36484
 1 file changed, 7 deletions(-)
e36484
e36484
diff --git a/src/man.c b/src/man.c
e36484
index 5a72e1f..20d5a5e 100644
e36484
--- a/src/man.c
e36484
+++ b/src/man.c
e36484
@@ -1158,13 +1158,6 @@ int main (int argc, char *argv[])
e36484
 	debug ("\nusing %s as pager\n", pager);
e36484
 
e36484
 	if (first_arg == argc) {
e36484
-		/* http://twitter.com/#!/marnanel/status/132280557190119424 */
e36484
-		time_t now = time (NULL);
e36484
-		struct tm *localnow = localtime (&now;;
e36484
-		if (localnow &&
e36484
-		    localnow->tm_hour == 0 && localnow->tm_min == 30)
e36484
-			fprintf (stderr, "gimme gimme gimme\n");
e36484
-
e36484
 		if (print_where) {
e36484
 			manp = get_manpath ("");
e36484
 			printf ("%s\n", manp);
e36484
-- 
e36484
2.13.6
e36484