diff --git a/core/modules/comment/comment.install b/core/modules/comment/comment.install index 7264e9c..7865c4c 100644 --- a/core/modules/comment/comment.install +++ b/core/modules/comment/comment.install @@ -159,9 +159,3 @@ function comment_update_8002() { * @} End of "addtogroup updates-8.0.0-rc". */ -/** - * Clear caches to fix Comment Views context filter. - */ -function comment_update_8002() { - // Empty update to cause a cache flush. -}