diff options
author | Steffen <steffen.butzer@outlook.com> | 2017-06-10 14:02:32 +0200 |
---|---|---|
committer | Steffen <steffen.butzer@outlook.com> | 2017-06-10 14:02:32 +0200 |
commit | 6b30b8701efe4d6bd16ebae7f8f2f5fee60462c4 (patch) | |
tree | a57f4feb44a0b067766504bb208c85b55847520b /generate_linux.go | |
parent | 212e4e19afc9ea6da37ed1357839fa16e6f8dcb1 (diff) |
switch windows to CRT, throw out old virtual
Diffstat (limited to 'generate_linux.go')
-rw-r--r-- | generate_linux.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/generate_linux.go b/generate_linux.go deleted file mode 100644 index ec71102..0000000 --- a/generate_linux.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.go - -package sqlite |