From 739218439bb6d3b224e240c012f37c516ccd29c9 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Sat, 10 Jul 2021 05:02:38 -0400 Subject: [PATCH] [mono] Remove one more reference to MONO_CORLIB_VERSION. (#55345) --- src/mono/cmake/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mono/cmake/config.h.in b/src/mono/cmake/config.h.in index d684efa2b2e0e..8e0c462a53ef3 100644 --- a/src/mono/cmake/config.h.in +++ b/src/mono/cmake/config.h.in @@ -71,9 +71,6 @@ /* Define to the home page for this package. */ #cmakedefine PACKAGE_URL 1 -/* Version of the corlib-runtime interface */ -#cmakedefine MONO_CORLIB_VERSION "@MONO_CORLIB_VERSION@" - /* Disables the IO portability layer */ #cmakedefine DISABLE_PORTABILITY 1