From 8f30b55930a7d74b334fa62468899b1ec4ee4f63 Mon Sep 17 00:00:00 2001
From: othermachines <othermachines@1201100.no-reply.drupal.org>
Date: Wed, 9 May 2012 12:22:13 -0600
Subject: [PATCH 2/2] Issue #1569622: Remove core patch for making system directories configurable (fixed in 7.14).

---
 distro.make |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/distro.make b/distro.make
index 9332233..1949e03 100644
--- a/distro.make
+++ b/distro.make
@@ -13,10 +13,6 @@ core = 7.x
 projects[drupal][type] = core
 projects[drupal][version] = "7.14"
 
-; Make system directories configurable to allow tests in profiles/[name]/modules to be run.
-; http://drupal.org/node/911354
-projects[drupal][patch][911354] = http://drupal.org/files/issues/911354.43.patch
-
 ; Use vocabulary machine name for permissions
 ; http://drupal.org/node/995156
 projects[drupal][patch][995156] = http://drupal.org/files/issues/995156-5_portable_taxonomy_permissions.patch
-- 
1.7.4.msysgit.0

