summaryrefslogtreecommitdiff
path: root/android_shared_stub.go
diff options
context:
space:
mode:
Diffstat (limited to 'android_shared_stub.go')
-rw-r--r--android_shared_stub.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/android_shared_stub.go b/android_shared_stub.go
deleted file mode 100644
index 82429f7..0000000
--- a/android_shared_stub.go
+++ /dev/null
@@ -1,7 +0,0 @@
-//go:build !android
-
-package main
-
-func readSharedFromCache() (string, error) { return "", nil }
-
-func sharedTextCachePath() string { return "" }