aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/qml.v1/cdata/cdata12.c
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/gopkg.in/qml.v1/cdata/cdata12.c')
-rw-r--r--Godeps/_workspace/src/gopkg.in/qml.v1/cdata/cdata12.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/Godeps/_workspace/src/gopkg.in/qml.v1/cdata/cdata12.c b/Godeps/_workspace/src/gopkg.in/qml.v1/cdata/cdata12.c
deleted file mode 100644
index 2e60abfa2..000000000
--- a/Godeps/_workspace/src/gopkg.in/qml.v1/cdata/cdata12.c
+++ /dev/null
@@ -1,18 +0,0 @@
-// +build !go1.4
-
-#include "runtime.h"
-
-void ·Ref(uintptr ref) {
- ref = (uintptr)g->m;
- FLUSH(&ref);
-}
-
-void runtime·main(void);
-void main·main(void);
-
-void ·Addrs(uintptr rmain, uintptr mmain) {
- rmain = (uintptr)runtime·main;
- mmain = (uintptr)main·main;
- FLUSH(&rmain);
- FLUSH(&mmain);
-}