diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php b/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php
index bcf7877b0315f258fdff476477fa6f5f3fd75c3b..ff93edeb74cf36e894ded9d95e60bbcac3211cb4 100644
--- a/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php
+++ b/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php
@@ -61,7 +61,6 @@ public function getOperations(EntityInterface $entity) {
    */
   public function buildHeader() {
     $header['label'] = t('Vocabulary name');
-    $header['weight'] = t('Weight');
     return $header + parent::buildHeader();
   }