diff --git a/backends/p4tools/modules/testgen/lib/exceptions.h b/backends/p4tools/modules/testgen/lib/exceptions.h index 2bce4d2442b..4443a3a9fe4 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