diff options
Diffstat (limited to 'generate_windows.go')
-rw-r--r-- | generate_windows.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/generate_windows.go b/generate_windows.go deleted file mode 100644 index 615e1f9..0000000 --- a/generate_windows.go +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright 2017 The Sqlite Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -//go:generate go run generator_windows.go - -package sqlite |