diff options
Diffstat (limited to 'sqlite3_opt_introspect.go')
-rw-r--r-- | sqlite3_opt_introspect.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sqlite3_opt_introspect.go b/sqlite3_opt_introspect.go deleted file mode 100644 index cd2e540..0000000 --- a/sqlite3_opt_introspect.go +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (C) 2019 Yasuhiro Matsumoto <mattn.jp@gmail.com>. -// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>. - -// Use of this source code is governed by an MIT-style -// license that can be found in the LICENSE file. - -//go:build sqlite_introspect -// +build sqlite_introspect - -package sqlite3 - -/* -#cgo CFLAGS: -DSQLITE_INTROSPECTION_PRAGMAS -#cgo LDFLAGS: -lm -*/ -import "C" |