Explorar o código

* Fixed broken port of [2625]

svn: 2627
Bryan Drewery %!s(int64=20) %!d(string=hai) anos
pai
achega
f91526efd6
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/main.c

+ 0 - 2
src/main.c

@@ -378,8 +378,6 @@ static void dtx_arg(int argc, char *argv[])
         egg_strftime(date, sizeof date, "%c %Z", gmtime(&buildts));
 	printf("%s\nBuild Date: %s (%s%lu%s)\n", version, date, BOLD(-1), buildts, BOLD_END(-1));
         printf("Revision: %s\n", revision);
-        printf("BuildOS: %s%s%s BuildArch: %s%s%s\n", BOLD(-1), BUILD_OS, BOLD_END(-1), BOLD(-1), BUILD_ARCH, BOLD_END(-1));
-
 	sdprintf("pack: %d conf: %d settings_t: %d pad: %d\n", SIZE_PACK, SIZE_CONF, sizeof(settings_t), SIZE_PAD);
         if (settings.uname[0]) {
           sdebug++;