Skip to content

Commit

Permalink
Remove third_party code relating to accessing perf counters via pdh
Browse files Browse the repository at this point in the history
  • Loading branch information
james-bebbington committed Sep 26, 2020
1 parent 65a632f commit 84ff40b
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,353 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ run:
# default value is empty list, but default dirs are skipped independently
# from this option's value (see skip-dirs-use-default).
skip-dirs:
- third_party

# default is true. Enables skipping of directories:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# This is the code that we want to run tests for and lint, staticcheck, etc.
ALL_SRC := $(shell find . -name '*.go' \
-not -path './testbed/*' \
-not -path '*/third_party/*' \
-not -path '*/internal/data/opentelemetry-proto/*' \
-not -path '*/internal/data/opentelemetry-proto-gen/*' \
-not -path './.circleci/scripts/reportgenerator/*' \
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 84ff40b

Please sign in to comment.