Skip to content

Commit

Permalink
chore: remove unnessary code (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun authored Dec 26, 2023
1 parent c0c1d0d commit b59619d
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,4 @@ public Common.SemanticType toProtoValue() {
return null;
}
}

/**
* Converts from the corresponding proto value.
*/
public static SemanticType fromProtoValue(Common.SemanticType v) {
switch (v) {
case TAG:
return Tag;
case FIELD:
return Field;
case TIMESTAMP:
return Timestamp;
default:
return null;
}
}
}

0 comments on commit b59619d

Please sign in to comment.