From 480de51cd619bebc699abb1eb0fcf7d195f55658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E7=BB=86=E5=8B=96=28WangXixu=29-=E9=A1=BA?= =?UTF-8?q?=E4=B8=B0=E7=A7=91=E6=8A=80=E6=8A=80=E6=9C=AF=E9=9B=86=E5=9B=A2?= Date: Tue, 3 Mar 2026 14:39:07 +0800 Subject: [PATCH] test --- cpp/core/memory/AllocationListener.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/core/memory/AllocationListener.cc b/cpp/core/memory/AllocationListener.cc index 5cbeeb6bd5c9..fcab9bc398cc 100644 --- a/cpp/core/memory/AllocationListener.cc +++ b/cpp/core/memory/AllocationListener.cc @@ -22,7 +22,6 @@ namespace gluten { class NoopAllocationListener : public gluten::AllocationListener { public: void allocationChanged(int64_t diff) override { - // no-op } };