Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions sqlite3_opt_preupdate_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.

//go:build sqlite_preupdate_hook
// +build sqlite_preupdate_hook

package sqlite3

/*
Expand Down
3 changes: 0 additions & 3 deletions sqlite3_opt_preupdate_hook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.

//go:build sqlite_preupdate_hook
// +build sqlite_preupdate_hook

package sqlite3

import (
Expand Down
22 changes: 0 additions & 22 deletions sqlite3_opt_preupdate_omit.go

This file was deleted.

Loading