cheets_GTS: Remove the control file for removed module.

The latest GTS bundle did not contain this module any more
(See `list modules` result or the affected file list of
http://crrev.com/c/1135818 does not include this one.)

BUG=b:114440556
TEST=none (just deleting one test)

Change-Id: Iffa76e0837b6ffba86fd51d4abb63c0e710525cd
Reviewed-on: https://chromium-review.googlesource.com/1215104
Commit-Ready: Kazuhiro Inaba <kinaba@chromium.org>
Tested-by: Kazuhiro Inaba <kinaba@chromium.org>
Reviewed-by: Rohit Makasana <rohitbm@chromium.org>
diff --git a/server/site_tests/cheets_GTS/control.GtsPackageInstallSessionTestCases b/server/site_tests/cheets_GTS/control.GtsPackageInstallSessionTestCases
deleted file mode 100644
index f537e77..0000000
--- a/server/site_tests/cheets_GTS/control.GtsPackageInstallSessionTestCases
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2016 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.
-
-# This file has been automatically generated. Do not edit!
-
-AUTHOR = 'ARC++ Team'
-NAME = 'cheets_GTS.GtsPackageInstallSessionTestCases'
-ATTRIBUTES = 'suite:gts'
-DEPENDENCIES = 'arc'
-JOB_RETRIES = 2
-TEST_TYPE = 'server'
-TIME = 'LENGTHY'
-
-DOC = 'Run package GtsPackageInstallSessionTestCases of the Android Google Test Suite (GTS) in the ARC++ container.'
-
-def run_GTS(machine):
-    host = hosts.create_host(machine)
-    job.run_test(
-        'cheets_GTS',
-        host=host,
-        iterations=1,
-        tag='GtsPackageInstallSessionTestCases',
-        test_name='cheets_GTS.GtsPackageInstallSessionTestCases',
-        run_template=['run', 'commandAndExit', 'gts', '--module', 'GtsPackageInstallSessionTestCases', '--ignore-business-logic-failure'],
-        retry_template=['run', 'commandAndExit', 'gts', '--ignore-business-logic-failure', '--retry', '{session_id}'],
-        target_module='GtsPackageInstallSessionTestCases',
-        target_plan=None,
-
-        timeout=3600)
-
-parallel_simple(run_GTS, machines)
\ No newline at end of file