We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f6fc4 commit 696ca82Copy full SHA for 696ca82
configuration/directories.go
@@ -24,10 +24,6 @@ import (
24
func HardwareDirectories(settings *viper.Viper) paths.PathList {
25
res := paths.PathList{}
26
27
- for _, bundledHardwareDir := range BuiltinToolsDirectories(Settings) {
28
- res.Add(bundledHardwareDir)
29
- }
30
-
31
if settings.IsSet("directories.Data") {
32
packagesDir := PackagesDir(Settings)
33
if packagesDir.IsDir() {
0 commit comments