From 8c6f36b5d336e26c8dd88583fff8762e96de0c40 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 19 Oct 2012 13:03:07 -0700 Subject: [PATCH] Remove unused third_party dep Change-Id: I5c0ae35f743ca95c44b19135da5c6dd1bbd72a02 --- third_party/update.pl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/third_party/update.pl b/third_party/update.pl index e2080469d..04ffedd7e 100755 --- a/third_party/update.pl +++ b/third_party/update.pl @@ -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 => [