| commit | be02852a5e1f2f07f08e887a191e725154c029b8 | [log] [tgz] |
|---|---|---|
| author | Timothy Gu <[email protected]> | Sun Nov 09 18:30:26 2025 |
| committer | GitHub <[email protected]> | Sun Nov 09 18:30:26 2025 |
| tree | ca0aba4bb53ed4543a86569f3ccc5ece736e8f63 | |
| parent | 7849196f18cf4dd77298ae77c1b42ad53225c348 [diff] |
delete starlark/empty.s (#622)
diff --git a/starlark/empty.s b/starlark/empty.s deleted file mode 100644 index 3b82169..0000000 --- a/starlark/empty.s +++ /dev/null
@@ -1,3 +0,0 @@ -// The presence of this file allows the package to use the -// "go:linkname" hack to call non-exported functions in the -// Go runtime, such as hardware-accelerated string hashing.