Remove unused third_party dep

Change-Id: I5c0ae35f743ca95c44b19135da5c6dd1bbd72a02
This commit is contained in:
Brad Fitzpatrick 2012-10-19 13:03:07 -07:00
parent 7fba04d71a
commit 8c6f36b5d3
1 changed files with 0 additions and 7 deletions

View File

@ -20,13 +20,6 @@ my %proj = (
[ "fuse/*.go", "github.com/hanwen/go-fuse/fuse" ]
],
},
"mysql" => {
git => "https://github.com/Philio/GoMySQL.git",
copies => [
# File glob => target directory
[ "*.go", "github.com/Philio/GoMySQL" ]
],
},
"mysqlfork" => {
git => "https://github.com/camlistore/GoMySQL.git",
copies => [