From f2d30a99540d3a04ad979080a1fa54a050867052 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Wed, 12 Feb 2020 14:40:17 -0800 Subject: [PATCH] comment out certBytes to fix cmake builds --- fdbserver/SimulatedCluster.actor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fdbserver/SimulatedCluster.actor.cpp b/fdbserver/SimulatedCluster.actor.cpp index 7412f98b14..144bbce538 100644 --- a/fdbserver/SimulatedCluster.actor.cpp +++ b/fdbserver/SimulatedCluster.actor.cpp @@ -48,6 +48,8 @@ const int MACHINE_REBOOT_TIME = 10; bool destructed = false; +/* +FIXME: Remove this? static const char* certBytes = "-----BEGIN CERTIFICATE-----\n" "MIIEGzCCAwOgAwIBAgIJANUQj1rRA2XMMA0GCSqGSIb3DQEBBQUAMIGjMQswCQYD\n" @@ -101,6 +103,7 @@ static const char* certBytes = "iastGId8HyONy3UPGPxCn4b95cIxKvdpt+hvWtYHIBCfHXluQK7zsDMgvtXjYNiz\n" "peZRikYlwmu1K2YRTf7oLE2Ogw==\n" "-----END PRIVATE KEY-----\n"; +*/ template T simulate( const T& in ) {