Remove mod_for_test_scripts/002enableDumps as dead code

The script created etc/enable_chromium_minidumps in the
stateful partition; however that file isn't on the whitelist
of stateful files that chromeos-install will install on dev
and test images.

BUG=None
TEST=install test image from USB with and without the change; observe the file is absent in both cases

Change-Id: I841cf9ed4c819a9f18cbdd11a3d42af196ab87bb
Reviewed-on: http://gerrit.chromium.org/gerrit/6354
Tested-by: Richard Barnette <jrbarnette@chromium.org>
Reviewed-by: Chris Masone <cmasone@chromium.org>
This commit is contained in:
J. Richard Barnette 2011-08-19 15:04:12 -07:00 committed by Richard Barnette
parent 493cbf8426
commit c316521760

View File

@ -1,11 +0,0 @@
#!/bin/bash
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Enables chromium minidumps for manual testers.
echo "Enabling chromium minidumps."
mkdir -p "${STATEFUL_DIR}/etc"
touch "${STATEFUL_DIR}/etc/enable_chromium_minidumps"