Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eada0ce

Browse files
authored
Remove temporary code (async-aws#608)
1 parent 0fc4dd6 commit eada0ce

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/CodeGenerator/src/Command/GenerateCommand.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,6 @@ private function loadFile(string $path, string $cacheKey): array
337337

338338
if (null === $this->cache) {
339339
$this->cache = \file_exists($this->cacheFile) ? require($this->cacheFile) : [];
340-
341-
// temporary => to remove old way to cache files
342-
foreach ($this->cache as $key => $data) {
343-
if (0 === \strpos($key, 'https://')) {
344-
unset($this->cache[$key]);
345-
}
346-
}
347340
}
348341

349342
if (isset($this->cache[$cacheKey])) {

0 commit comments

Comments
 (0)