aboutsummaryrefslogtreecommitdiff
path: root/generate_windows.go
diff options
context:
space:
mode:
authorSteffen Butzer <steffengy@users.noreply.github.com>2017-06-10 16:53:16 +0200
committerGitHub <noreply@github.com>2017-06-10 16:53:16 +0200
commit3a6a05c6ee1837347732bd6f2da3a1b5fa83cf1d (patch)
treea57f4feb44a0b067766504bb208c85b55847520b /generate_windows.go
parent212e4e19afc9ea6da37ed1357839fa16e6f8dcb1 (diff)
parent6b30b8701efe4d6bd16ebae7f8f2f5fee60462c4 (diff)
Merge pull request #13 from cznic/ccgo_windows
switch windows to CRT, throw out old virtual
Diffstat (limited to 'generate_windows.go')
-rw-r--r--generate_windows.go7
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