Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(231)

Unified Diff: ssa/interp/external.go

Issue 26500043: code review 26500043: go.tools/ssa/interp: fix Plan 9 build for Brad (Closed)
Patch Set: diff -r f04dbdcae7c4 https://code.google.com/p/go.tools Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ssa/interp/external_plan9.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ssa/interp/external.go
===================================================================
--- a/ssa/interp/external.go
+++ b/ssa/interp/external.go
@@ -333,10 +333,6 @@
return syscall.Getpid()
}
-func ext۰syscall۰RawSyscall(fn *ssa.Function, args []value) value {
- return tuple{uintptr(0), uintptr(0), uintptr(syscall.ENOSYS)}
-}
-
func valueToBytes(v value) []byte {
in := v.([]value)
b := make([]byte, len(in))
« no previous file with comments | « no previous file | ssa/interp/external_plan9.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b