From b54b93b92069602b44d3d672fe8849842112f54b Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Fri, 31 May 2024 10:46:28 -0700 Subject: [PATCH] FIXME was clarified --- backends/p4tools/modules/testgen/lib/exceptions.h | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/p4tools/modules/testgen/lib/exceptions.h b/backends/p4tools/modules/testgen/lib/exceptions.h index 2bce4d2442..4443a3a9fe 100644 --- a/backends/p4tools/modules/testgen/lib/exceptions.h +++ b/backends/p4tools/modules/testgen/lib/exceptions.h @@ -8,7 +8,6 @@ namespace P4Tools::P4Testgen { /// This class indicates a feature that is not implemented in P4Testgen. /// Paths with this unimplemented feature should be skipped -// FIXME: Can we use CompilerUnimplemented instead? class TestgenUnimplemented final : public Util::P4CExceptionBase { public: template