summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-07-29 17:28:25 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-07-29 17:28:25 +0000
commitefd1341212a84397a728e065c4e90cdcb870cf54 (patch)
tree9921c8b21a4d241c34c00664008ad9364b209991
parentfe87eb01957a742d87ed668e9cfd2d7bce64aac5 (diff)
downloadbitbake-efd1341212a84397a728e065c4e90cdcb870cf54.tar.gz
persist_data: Remove bogus testing code
-rw-r--r--lib/bb/persist_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/persist_data.py b/lib/bb/persist_data.py
index a0263e453..b00afe650 100644
--- a/lib/bb/persist_data.py
+++ b/lib/bb/persist_data.py
@@ -37,7 +37,6 @@ class PersistData:
"""
def __init__(self, d):
self.cachedir = bb.data.getVar("CACHE", d, True)
- self.cachedir = "/tmp"
if self.cachedir in [None, '']:
bb.msg.fatal(bb.msg.domain.PersistData, "Please set the 'CACHE' variable.")
try: