libtiff: tiffcrop: remove version_id and rev_date

From a51efc12b217dd573782b50795aaad066eb9d39d Mon Sep 17 00:00:00 2001
From: Even Rouault <[EMAIL REDACTED]>
Date: Thu, 8 Dec 2022 19:20:05 +0100
Subject: [PATCH] tiffcrop: remove version_id and rev_date

---
 tools/tiffcrop.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tools/tiffcrop.c b/tools/tiffcrop.c
index c7154789..417921d6 100644
--- a/tools/tiffcrop.c
+++ b/tools/tiffcrop.c
@@ -101,9 +101,6 @@
  * may cause buffer overflows.
  */
 
-static char tiffcrop_version_id[] = "2.5.4";
-static char tiffcrop_rev_date[] = "27-08-2022";
-
 #include "libport.h"
 #include "tif_config.h"
 #include "tiffiop.h"
@@ -1933,8 +1930,6 @@ void process_command_opts(int argc, char *argv[], char *mp, char *mode,
                 break;
             case 'v':
                 printf("Library Release: %s\n", TIFFGetVersion());
-                printf("Tiffcrop version: %s, last updated: %s\n",
-                       tiffcrop_version_id, tiffcrop_rev_date);
                 printf("Tiffcp code: Copyright (c) 1988-1997 Sam Leffler\n");
                 printf("           : Copyright (c) 1991-1997 Silicon Graphics, "
                        "Inc\n");