No bug - Remove some dead code from importTestsuite.py. (NPOTB, DONTBUILD)

This commit is contained in:
Ms2ger 2012-09-30 09:53:39 +02:00
parent 6780a3fb8c
commit 116ad8ce50

View File

@ -12,7 +12,6 @@ Note: removes both source and destination directory before starting. Do not
import os
import shutil
import string
import subprocess
import sys
@ -59,8 +58,6 @@ def copy(thissrcdir, dest, directories):
"""
print "Copying %s..." % (directories, )
for d in directories:
dirtocreate = dest
subdirs, mochitests, supportfiles = parseManifestFile(dest, d)
sourcedir = makePath("hg-%s" % dest, d)
destdir = makePath(dest, d)