From 0302725532cd94d9bb97bada0bd1a229d40a30a7 Mon Sep 17 00:00:00 2001 From: yusuf Date: Wed, 15 Jan 2025 15:21:33 +0800 Subject: [PATCH] chore: remove unused variable. Suspect CI failed due to `warning`. --- lib/src/api/context/context.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/api/context/context.dart b/lib/src/api/context/context.dart index ac3499f8..453140d5 100644 --- a/lib/src/api/context/context.dart +++ b/lib/src/api/context/context.dart @@ -19,7 +19,6 @@ final Logger _log = Logger('opentelemetry'); // TODO: @sealed class ContextKey {} -final ContextKey _contextStackKey = ContextKey(); final ContextKey _spanKey = ContextKey(); @sealed