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