diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php
index 8165c87..68cdc5a 100644
--- a/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php
@@ -202,11 +202,6 @@ public function getRowClass($row_index) {
    */
   public function tokenizeValue($value, $row_index) {
     if (strpos($value, '[') !== FALSE || strpos($value, '!') !== FALSE || strpos($value, '%') !== FALSE) {
-      $fake_item = array(
-        'alter_text' => TRUE,
-        'text' => $value,
-      );
-
       // Row tokens might be empty, for example for node row style.
       $tokens = isset($this->row_tokens[$row_index]) ? $this->row_tokens[$row_index] : array();
       if (!empty($this->view->build_info['substitutions'])) {
