diff options
author | Ammarpad <ammarpad@yahoo.com> | 2023-10-13 23:19:01 +0100 |
---|---|---|
committer | Ammarpad <ammarpad@yahoo.com> | 2023-10-13 23:20:00 +0100 |
commit | eccf42bd00e79296558f66c68dd3138be71cc152 (patch) | |
tree | a890ce40f839ae5cd430850bf8fab4bdf4fb6ebe | |
parent | 511f3651291dc08f587095116f68ea51e28a13db (diff) | |
download | mediawikicore-eccf42bd00e79296558f66c68dd3138be71cc152.tar.gz mediawikicore-eccf42bd00e79296558f66c68dd3138be71cc152.zip |
HistoryBlob: Remove unused constant
Not used anywhere since introduction and
does not seem particularly useful
Change-Id: Ic5596aeb86fa9e27abf7c54d8d81e1c728963be2
-rw-r--r-- | includes/historyblob/HistoryBlobUtils.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/historyblob/HistoryBlobUtils.php b/includes/historyblob/HistoryBlobUtils.php index ea402695538b..05ce3d3d8e61 100644 --- a/includes/historyblob/HistoryBlobUtils.php +++ b/includes/historyblob/HistoryBlobUtils.php @@ -3,7 +3,6 @@ use MediaWiki\Storage\BlobAccessException; class HistoryBlobUtils { - public const NO_CLASSES = [ 'allowed_classes' => false ]; /** * Get the classes which are allowed to be contained in a text or ES row |