diff --git a/core/themes/olivero/templates/misc/feed-icon.html.twig b/core/themes/olivero/templates/misc/feed-icon.html.twig
index d161f35d7b21fc957c691b6fbc393058ffc7a7ae..81cac312d4e267b7499810d6b28e401ef3db9d88 100644
--- a/core/themes/olivero/templates/misc/feed-icon.html.twig
+++ b/core/themes/olivero/templates/misc/feed-icon.html.twig
@@ -14,14 +14,6 @@
 
 {{ attach_library('olivero/feed') }}
 
-{#
-  @todo - This works around https://www.drupal.org/project/drupal/issues/3156244,
-  Title variable isn't set by Syndicate block.
- #}
-{% if title is not defined or title is null %}
-  {% set title = 'RSS Feed'|t %}
-{% endif %}
-
 <a href="{{ url }}"{{ attributes.addClass('feed-icon') }}>
   <span class="feed-icon__label">
     {{ title }}