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 authored and JackyWoo committed Jun 5, 2024
1 parent 6fe8382 commit 9a57a66
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 9a57a66

Please sign in to comment.