Skip to content

Commit

Permalink
chore(backend): cleanup sqlite package
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiyan committed Aug 17, 2024
1 parent 0f8a4af commit 28b1606
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 122 deletions.
74 changes: 0 additions & 74 deletions backend/util/sqlite/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions backend/util/sqlite/c/dummy.go

This file was deleted.

19 changes: 0 additions & 19 deletions backend/util/sqlite/dummy.go

This file was deleted.

2 changes: 0 additions & 2 deletions backend/util/sqlite/sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

package sqlite

// // !!! UPDATE THE Makefile WITH THESE DEFINES !!!
// #cgo CFLAGS: -DSQLITE_THREADSAFE=2
// #cgo CFLAGS: -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1
// #cgo CFLAGS: -DSQLITE_ENABLE_UNLOCK_NOTIFY
Expand All @@ -39,7 +38,6 @@ package sqlite
// #cgo openbsd CFLAGS: -std=c99
// #cgo freebsd LDFLAGS: -lm
// #cgo freebsd CFLAGS: -std=c99
// // !!! UPDATE THE Makefile WITH THESE DEFINES !!!
//
// #include <blocking_step.h>
// #include <sqlite3.h>
Expand Down
File renamed without changes.
20 changes: 0 additions & 20 deletions backend/util/sqlite/static.go

This file was deleted.

0 comments on commit 28b1606

Please sign in to comment.