Skip to content

Commit 6ca1109

Browse files
committed
clean up unused variable
1 parent 2228259 commit 6ca1109

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tqdev/PhpCrudApi/Cache/TempFileCache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public function __construct(String $prefix, String $config)
1414
$s = DIRECTORY_SEPARATOR;
1515
$ps = PATH_SEPARATOR;
1616
if ($config == '') {
17-
$id = substr(md5(__FILE__), 0, 8);
1817
$this->path = sys_get_temp_dir() . $s . $prefix . self::SUFFIX;
1918
} elseif (strpos($config, $ps) === false) {
2019
$this->path = $config;

0 commit comments

Comments
 (0)