diff options
Diffstat (limited to 'pkg/metric')
-rw-r--r-- | pkg/metric/metric.go | 1 | ||||
-rwxr-xr-x | pkg/metric/metric_state_autogen.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/pkg/metric/metric.go b/pkg/metric/metric.go index 93d4f2b8c..006fcd9ab 100644 --- a/pkg/metric/metric.go +++ b/pkg/metric/metric.go @@ -46,7 +46,6 @@ var ( // // TODO(b/67298402): Support non-cumulative metrics. // TODO(b/67298427): Support metric fields. -// type Uint64Metric struct { // value is the actual value of the metric. It must be accessed // atomically. diff --git a/pkg/metric/metric_state_autogen.go b/pkg/metric/metric_state_autogen.go index 985c28832..36e5ed81b 100755 --- a/pkg/metric/metric_state_autogen.go +++ b/pkg/metric/metric_state_autogen.go @@ -1,4 +1,3 @@ // automatically generated by stateify. package metric - |