K 10 svn:author V 6 rakuco K 8 svn:date V 27 2017-08-18T13:39:08.660585Z K 7 svn:log V 301 Remove unused KeyIdTemplate variable from cms_common.c. This fixes the build with GCC 6: cms_common.c:1668:31: error: 'KeyIdTemplate' defined but not used [-Werror=unused-const-variable=] Note that the build is still broken on HEAD due to some macros being defined in base's headers. PR: 219275 END