aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nyancat.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index 88e0998..a0ef847 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -368,16 +368,6 @@ int main(int argc, char ** argv) {
if(terminal_width > 80) terminal_width = 80;
}
-
- /*
- * Labels. Yes, and I used a goto.
- * If you're going to complain about this, you
- * really need to reevaluate your approach to getting
- * things done. This works, it works well, and there
- * is absolutely, positively nothing wrong with using
- * goto in C, so I'm going to do it.
- */
-ready:
/* Convert the entire terminal string to lower case */
for (k = 0; k < strlen(term); ++k) {