From 36e2e4bff9d86bb35d7adf4fc301537b5c3ca97a Mon Sep 17 00:00:00 2001
From: Chris Hood <chris@univate.com.au>
Date: Sun, 15 May 2011 14:39:36 +1000
Subject: [PATCH] remove depreciated drush_make_libraries() function

---
 drush_make.project.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drush_make.project.inc b/drush_make.project.inc
index 67d2afa..12e318c 100644
--- a/drush_make.project.inc
+++ b/drush_make.project.inc
@@ -269,7 +269,6 @@ class DrushMakeProject {
     }
     $build_path = $this->buildPath($this->name);
     drush_make_projects(TRUE, trim($build_path, '/'), $info);
-    drush_make_libraries(trim($build_path, '/'), $info);
   }
 }
 
-- 
1.7.4.1

