Skip to content

Commit

Permalink
Delete deprecaed MarshalerSizer interfaces
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu committed Sep 15, 2022
1 parent fa45027 commit c67bdcd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions pdata/plog/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

package plog // import "go.opentelemetry.io/collector/pdata/plog"

// Deprecated: [v0.60.0] use MarshalSizer.
type MarshalerSizer = MarshalSizer

// MarshalSizer is the interface that groups the basic Marshal and Size methods
type MarshalSizer interface {
Marshaler
Expand Down
3 changes: 0 additions & 3 deletions pdata/pmetric/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

package pmetric // import "go.opentelemetry.io/collector/pdata/pmetric"

// Deprecated: [v0.60.0] use MarshalSizer.
type MarshalerSizer = MarshalSizer

// MarshalSizer is the interface that groups the basic Marshal and Size methods
type MarshalSizer interface {
Marshaler
Expand Down
3 changes: 0 additions & 3 deletions pdata/ptrace/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

package ptrace // import "go.opentelemetry.io/collector/pdata/ptrace"

// Deprecated: [v0.60.0] use MarshalSizer.
type MarshalerSizer = MarshalSizer

// MarshalSizer is the interface that groups the basic Marshal and Size methods
type MarshalSizer interface {
Marshaler
Expand Down

0 comments on commit c67bdcd

Please sign in to comment.