summaryrefslogtreecommitdiff
path: root/shared/paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'shared/paths.go')
-rw-r--r--shared/paths.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/shared/paths.go b/shared/paths.go
index 1ee66d581..64f94ba28 100644
--- a/shared/paths.go
+++ b/shared/paths.go
@@ -20,14 +20,6 @@ import (
"path/filepath"
)
-// A SharedPaths represents a list of paths that are shared between
-// soong_ui and soong.
-type SharedPaths interface {
- // BazelMetricsDir returns the path where a set of bazel profile
- // files are stored for later processed by the metrics pipeline.
- BazelMetricsDir() string
-}
-
// Joins the path strings in the argument list, taking absolute paths into
// account. That is, if one of the strings is an absolute path, the ones before
// are ignored.