Remove unneeded file.

This commit is contained in:
notsure2 2023-05-29 19:13:11 +03:00
parent 0d788b728c
commit 9045141035
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
//go:build android
// +build android
package common
func Platformfd(fd uintptr) int {
return int(fd)
}