Skip to content

Commit

Permalink
Fix duplication error with __v1model_version (#2398)
Browse files Browse the repository at this point in the history
  • Loading branch information
dush-t authored May 27, 2020
1 parent 1a6b68d commit 7557897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions p4include/v1model.p4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7557897

Please sign in to comment.