]> Cypherpunks repositories - gostls13.git/commit
runtime: remove syscall.NewCallbackCDecl on Windows
authorRuss Cox <rsc@golang.org>
Thu, 3 Oct 2013 01:39:45 +0000 (21:39 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Oct 2013 01:39:45 +0000 (21:39 -0400)
commit4216203bcf8b46ee874d4f5a637891c34ae9d7ca
tree68ae171f97fcbc38cdac9aeeb9b3e8264de57d31
parenta978b1e049268cd2726c521fa3526976c7af7351
runtime: remove syscall.NewCallbackCDecl on Windows

It is not possible to use (there is no declaration in package syscall),
and no one seems to care.

Alex Brainman may bring this back properly for Go 1.3.

Fixes #6338.

R=golang-dev, r, alex.brainman
CC=golang-dev
https://golang.org/cl/14287043
src/pkg/runtime/syscall_windows.goc