Skip to content

Commit

Permalink
Clear code about SnapshotVersion::V3
Browse files Browse the repository at this point in the history
  • Loading branch information
lzydmxy committed Jun 5, 2024
1 parent a025698 commit bef2a74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Service/SnapshotCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ String toString(SnapshotVersion version)
return "v1";
case SnapshotVersion::V2:
return "v2";
case SnapshotVersion::V3:
return "v3";
case SnapshotVersion::None:
return "none";
}
Expand Down

0 comments on commit bef2a74

Please sign in to comment.