Skip to content

Commit

Permalink
Merge pull request #3270 from oasisprotocol/ptrus/internal/remove-ext…
Browse files Browse the repository at this point in the history
…ra-stats

go/extra/stats: remove the unmaintained `extra/stats` tool
  • Loading branch information
ptrus authored Sep 14, 2020
2 parents 2207b9c + 06d97cc commit 5a760da
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 5a760da

Please sign in to comment.