Remove unused symlinks that cause git issues.

This removes some symlinks that cause issues when a newer version of
git for windows is used to checkout the repository.

The symlinks are not used by Cobalt, but since the latest git creates
them as links while the older version of git currently included in
depot_tools treats them as files, they can cause unexpected messages
such as 'Cannot rebase: You have unstaged changes' due to 'typechange'
changes to the links that differ between the two versions of git.

Change-Id: Ie67634659fd828893e737b261e79ce485f16f81f
diff --git a/cbuildbot b/cbuildbot
deleted file mode 120000
index 3a4369d..0000000
--- a/cbuildbot
+++ /dev/null
@@ -1 +0,0 @@
-support/chromite_wrapper
\ No newline at end of file
diff --git a/chrome_set_ver b/chrome_set_ver
deleted file mode 120000
index 3a4369d..0000000
--- a/chrome_set_ver
+++ /dev/null
@@ -1 +0,0 @@
-support/chromite_wrapper
\ No newline at end of file
diff --git a/cros b/cros
deleted file mode 120000
index 3a4369d..0000000
--- a/cros
+++ /dev/null
@@ -1 +0,0 @@
-support/chromite_wrapper
\ No newline at end of file
diff --git a/cros_sdk b/cros_sdk
deleted file mode 120000
index 3a4369d..0000000
--- a/cros_sdk
+++ /dev/null
@@ -1 +0,0 @@
-support/chromite_wrapper
\ No newline at end of file