From 8450e2eb1803d91152a1ae44ee9393450ca58f1b Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Tue, 12 Dec 2023 07:53:08 -0800 Subject: [PATCH] [chore] Remove jsonschema artifacts (#9086) Should've been removed as part of https://github.com/open-telemetry/opentelemetry-collector/pull/8620 --- Makefile.Common | 1 - internal/tools/jsonschema_patch.sed | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 internal/tools/jsonschema_patch.sed diff --git a/Makefile.Common b/Makefile.Common index 487e377233e..23c41826d2a 100644 --- a/Makefile.Common +++ b/Makefile.Common @@ -24,7 +24,6 @@ CHLOGGEN := $(TOOLS_BIN_DIR)/chloggen CROSSLINK := $(TOOLS_BIN_DIR)/crosslink ENVSUBST := $(TOOLS_BIN_DIR)/envsubst GOIMPORTS := $(TOOLS_BIN_DIR)/goimports -GOJSONSCHEMA := $(TOOLS_BIN_DIR)/gojsonschema GOVULNCHECK := $(TOOLS_BIN_DIR)/govulncheck LINT := $(TOOLS_BIN_DIR)/golangci-lint IMPI := $(TOOLS_BIN_DIR)/impi diff --git a/internal/tools/jsonschema_patch.sed b/internal/tools/jsonschema_patch.sed deleted file mode 100644 index 04090d912d0..00000000000 --- a/internal/tools/jsonschema_patch.sed +++ /dev/null @@ -1,4 +0,0 @@ -# go-jsonschema always generates patternProperties as -# map[string]interface{}, for more specific types, they must -# be replaced here -s+type Headers.*+type Headers map[string]string+g \ No newline at end of file