Loading...
--- dyld/dyld-851.27/dyld3/shared-cache/mrm_shared_cache_builder.cpp
+++ dyld/dyld-832.7.3/dyld3/shared-cache/mrm_shared_cache_builder.cpp
@@ -33,7 +33,6 @@
#include <map>
#include <sys/stat.h>
-
static const uint64_t kMinBuildVersion = 1; //The minimum version BuildOptions struct we can support
static const uint64_t kMaxBuildVersion = 2; //The maximum version BuildOptions struct we can support
@@ -253,7 +252,6 @@
// We keep this in a vector to own the data.
std::vector<CacheResult*> cacheResults;
std::vector<CacheResult> cacheResultStorage;
-
// The files to remove. These are in every copy of the caches we built
std::vector<const char*> filesToRemove;
@@ -700,7 +698,6 @@
buildInstance.builder.reset();
}
-
// Now that we have run all of the builds, collect the results
// First push file results for each of the shared caches we built
for (auto& buildInstance : builder->builders) {