Skip to content

Commit c8fd193

Browse files
committed
removing a variable set that i'm not using
1 parent 7e88506 commit c8fd193

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PatternLab/PatternData/Rules/DocumentationRule.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ public function run($depth, $ext, $path, $pathName, $name) {
3939
$patternTypeDash = PatternData::getPatternTypeDash();
4040
$dirSep = PatternData::getDirSep();
4141

42-
// make sure the pattern isn't hidden
43-
$hidden = ($name[0] == "_");
44-
4542
// set-up the names, $name == 00-colors.md
4643
$doc = str_replace(".".$this->extProp,"",$name); // 00-colors
4744
$docDash = $this->getPatternName(str_replace("_","",$doc),false); // colors

0 commit comments

Comments
 (0)