From 75578972659ea6eb616dbc6c6ea3bf0166acd987 Mon Sep 17 00:00:00 2001 From: Dushyant Yadav <45326332+dush-t@users.noreply.github.com> Date: Wed, 27 May 2020 22:33:54 +0530 Subject: [PATCH] Fix duplication error with __v1model_version (#2398) --- p4include/v1model.p4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/p4include/v1model.p4 b/p4include/v1model.p4 index 3a4b70615d5..fbdf473a58a 100644 --- a/p4include/v1model.p4 +++ b/p4include/v1model.p4 @@ -69,8 +69,6 @@ const bit<32> __v1model_version = V1MODEL_VERSION; typedef bit<9> PortId_t; // should not be a constant size? #endif -const bit<32> __v1model_version = V1MODEL_VERSION; - @metadata @name("standard_metadata") struct standard_metadata_t { #if V1MODEL_VERSION >= 20200408