mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Remove .sql3 hacks from Differential
Summary: See T178. D372 is the correct fix for this problem, hardcoding .sql3 is not. Test Plan: This code should be unreachable after T178 since these files will always be marked as binary. Reviewed By: tuomaspelkonen Reviewers: tuomaspelkonen CC: elgenie, aran, tuomaspelkonen Differential Revision: 373
This commit is contained in:
parent
d96d515cc2
commit
729d2f9c93
1 changed files with 0 additions and 4 deletions
|
@ -879,10 +879,6 @@ EOSYNTHETIC;
|
||||||
$shield = $this->renderShield(
|
$shield = $this->renderShield(
|
||||||
"This file has a very large number of changes ({$lines} lines).",
|
"This file has a very large number of changes ({$lines} lines).",
|
||||||
true);
|
true);
|
||||||
} else if (preg_match('/\.sql3$/', $this->changeset->getFilename())) {
|
|
||||||
$shield = $this->renderShield(
|
|
||||||
".sql3 files are hidden by default.",
|
|
||||||
true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue