aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin/testdata/issue25756/plugin/life.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/testplugin/testdata/issue25756/plugin/life.h')
-rw-r--r--misc/cgo/testplugin/testdata/issue25756/plugin/life.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/cgo/testplugin/testdata/issue25756/plugin/life.h b/misc/cgo/testplugin/testdata/issue25756/plugin/life.h
deleted file mode 100644
index 11d2b97226..0000000000
--- a/misc/cgo/testplugin/testdata/issue25756/plugin/life.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2010 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-extern void Step(int, int, int *, int *);
-extern void DoStep(int, int, int, int, int, int, int *, int *);
-extern const int MYCONST;