The Wayback Machine - https://web.archive.org/web/20201109034103/https://git.savannah.gnu.org/cgit/man-db.git/commit/?id=b225d9e76fbb0a6a4539c0992fba88c83f0bd37e
summaryrefslogtreecommitdiff
diff options
authorColin Watson <cjwatson@debian.org>2017-11-22 00:02:24 +0000
committerColin Watson <cjwatson@debian.org>2017-11-22 00:03:11 +0000
commitb225d9e76fbb0a6a4539c0992fba88c83f0bd37e (patch)
tree3a34087bc38504e369e52af8c4e808cf9e70739d
parent1ae081b91783802f71dc927482afab0c96f1b033 (diff)
downloadman-db-b225d9e76fbb0a6a4539c0992fba88c83f0bd37e.tar.gz
Remove Easter egg entirely
Six years is a reasonable shelf life for a joke, but I think its time has passed now. * src/man.c (main): Remove Easter egg.
-rw-r--r--src/man.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/man.c b/src/man.c
index 637bb4d7..a774117a 100644
--- a/src/man.c
+++ b/src/man.c
@@ -4125,13 +4125,6 @@ int main (int argc, char *argv[])
printf ("%s\n", manp);
exit (OK);
} else {
- /* http://twitter.com/#!/marnanel/status/132280557190119424 */
- time_t now = time (NULL);
- struct tm *localnow = localtime (&now);
- if (localnow &&
- localnow->tm_hour == 0 && localnow->tm_min == 30)
- fprintf (stderr, "gimme gimme gimme\n");
-
free_cwd (&cwd);
free (internal_locale);
free (program_name);
close