From 3cff82fd5c1c2319db4af7376b9dc98ab4b0c377 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 18 May 2026 23:38:12 -0400 Subject: [PATCH] runtime: Remove Too-Soon Dependency on Protobuf Work Signed-off-by: Will Hawkins --- Sources/P4Runtime/CodeGen.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/P4Runtime/CodeGen.swift b/Sources/P4Runtime/CodeGen.swift index 0270ac3..2e6e010 100644 --- a/Sources/P4Runtime/CodeGen.swift +++ b/Sources/P4Runtime/CodeGen.swift @@ -17,7 +17,6 @@ import Common import P4Lang -import P4Protos public struct Generated { let gen: String