Skip to content

Commit

Permalink
go/extra/stats: remove the unmaintained extra/stats tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Sep 14, 2020
1 parent 364d9b7 commit e736d7b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 532 deletions.
1 change: 1 addition & 0 deletions .changelog/3270.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go/extra/stats: Remove the unmaintained `extra/stats` tool
1 change: 0 additions & 1 deletion go/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ registry/gen_vectors/gen_vectors
staking/gen_vectors/gen_vectors

extra/extract-metrics/extract-metrics
extra/stats/stats
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ generate:
# Build.
# List of Go binaries to build.
go-binaries := oasis-node oasis-test-runner oasis-net-runner oasis-remote-signer \
extra/stats extra/extract-metrics oasis-test-runner/scenario/pluginsigner/example_signer_plugin
extra/extract-metrics oasis-test-runner/scenario/pluginsigner/example_signer_plugin

$(go-binaries):
@$(ECHO) "$(MAGENTA)*** Building $@...$(OFF)"
Expand Down
19 changes: 0 additions & 19 deletions go/extra/stats/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions go/extra/stats/cmd/root.go

This file was deleted.

Loading

0 comments on commit e736d7b

Please sign in to comment.