Index: crash_sender.hourly |
diff --git a/crash_sender.hourly b/crash_sender.hourly |
deleted file mode 100644 |
index 09c815193577a4701642dd29238acd28cdf8b555..0000000000000000000000000000000000000000 |
--- a/crash_sender.hourly |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-#!/bin/sh |
- |
-# 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. |
- |
-set -e |
- |
-# Background the sender so it can trickle out crash dumps. It will |
-# exit early if already running. |
-/sbin/crash_sender 2>&1 & |