some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / unused / edge.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/unused/edge.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/unused/edge.go
deleted file mode 100644 (file)
index 02e0d09..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-package unused
-
-//go:generate stringer -type edgeKind
-type edgeKind uint64
-
-func (e edgeKind) is(o edgeKind) bool {
-       return e&o != 0
-}
-
-const (
-       edgeAlias edgeKind = 1 << iota
-       edgeBlankField
-       edgeAnonymousStruct
-       edgeCgoExported
-       edgeConstGroup
-       edgeElementType
-       edgeEmbeddedInterface
-       edgeExportedConstant
-       edgeExportedField
-       edgeExportedFunction
-       edgeExportedMethod
-       edgeExportedType
-       edgeExportedVariable
-       edgeExtendsExportedFields
-       edgeExtendsExportedMethodSet
-       edgeFieldAccess
-       edgeFunctionArgument
-       edgeFunctionResult
-       edgeFunctionSignature
-       edgeImplements
-       edgeInstructionOperand
-       edgeInterfaceCall
-       edgeInterfaceMethod
-       edgeKeyType
-       edgeLinkname
-       edgeMainFunction
-       edgeNamedType
-       edgeNetRPCRegister
-       edgeNoCopySentinel
-       edgeProvidesMethod
-       edgeReceiver
-       edgeRuntimeFunction
-       edgeSignature
-       edgeStructConversion
-       edgeTestSink
-       edgeTupleElement
-       edgeType
-       edgeTypeName
-       edgeUnderlyingType
-       edgePointerType
-       edgeUnsafeConversion
-       edgeUsedConstant
-       edgeVarDecl
-)