From b89248404ddcfcfd3520780e6b1d50b4ac6843b6 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 26 Nov 2010 20:32:23 +0000 Subject: Remove generated files from svn for Go examples git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12316 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/go/funcptr/example.go | 54 ------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 Examples/go/funcptr/example.go (limited to 'Examples/go/funcptr/example.go') diff --git a/Examples/go/funcptr/example.go b/Examples/go/funcptr/example.go deleted file mode 100644 index b059bae8d..000000000 --- a/Examples/go/funcptr/example.go +++ /dev/null @@ -1,54 +0,0 @@ -/* ---------------------------------------------------------------------------- - * This file was automatically generated by SWIG (http://www.swig.org). - * Version 2.0.1 - * - * This file is not intended to be easily readable and contains a number of - * coding conventions designed to improve portability and efficiency. Do not make - * changes to this file unless you know what you are doing--modify the SWIG - * interface file instead. - * ----------------------------------------------------------------------------- */ - -package example - - -type _swig_fnptr *byte -type _swig_memberptr *byte - - -func _swig_allocatememory(int) *byte -func _swig_internal_allocate(len int) *byte { - return _swig_allocatememory(len) -} - -func _swig_allocatestring(*byte, int) string -func _swig_internal_makegostring(p *byte, l int) string { - return _swig_allocatestring(p, l) -} - -func _swig_internal_gopanic(p *byte, l int) { - panic(_swig_allocatestring(p, l)) -} - -func Do_op(int, int, _swig_fnptr) int -func _swig_getADD() _swig_fnptr -var ADD _swig_fnptr = _swig_getADD() -func _swig_getSUB() _swig_fnptr -var SUB _swig_fnptr = _swig_getSUB() -func _swig_getMUL() _swig_fnptr -var MUL _swig_fnptr = _swig_getMUL() -func _swig_wrap_funcvar_set(_swig_fnptr) - -func SetFuncvar(arg1 _swig_fnptr) { - _swig_wrap_funcvar_set(arg1) -} - -func GetFuncvar() _swig_fnptr - -type SwigcptrVoid uintptr -type Void interface { - Swigcptr() uintptr; -} -func (p SwigcptrVoid) Swigcptr() uintptr { - return uintptr(p) -} - -- cgit v1.2.1