File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ const (
1010 checkpointNameHeader = "CHECKPOINT NAME"
1111)
1212
13- // NewFormat returns a format for use with a checkpoint Context
14- //
15- // Deprecated: this function was only used internally and will be removed in the next release.
16- func NewFormat (source string ) formatter.Format {
17- return newFormat (source )
18- }
19-
2013// newFormat returns a format for use with a checkpointContext.
2114func newFormat (source string ) formatter.Format {
2215 if source == formatter .TableFormatKey {
@@ -25,13 +18,6 @@ func newFormat(source string) formatter.Format {
2518 return formatter .Format (source )
2619}
2720
28- // FormatWrite writes formatted checkpoints using the Context
29- //
30- // Deprecated: this function was only used internally and will be removed in the next release.
31- func FormatWrite (fmtCtx formatter.Context , checkpoints []checkpoint.Summary ) error {
32- return formatWrite (fmtCtx , checkpoints )
33- }
34-
3521// formatWrite writes formatted checkpoints using the Context
3622func formatWrite (fmtCtx formatter.Context , checkpoints []checkpoint.Summary ) error {
3723 render := func (format func (subContext formatter.SubContext ) error ) error {
You can’t perform that action at this time.
0 commit comments