am 5c0b9111: Remove BTE/BTIF version strings. DID profile should specify stack version info.

* commit '5c0b91113bdc32eba2db928efae625eee9a2e65e':
  Remove BTE/BTIF version strings. DID profile should specify stack version info.
diff --git a/include/bte.h b/include/bte.h
index 968b68a..eebabd4 100644
--- a/include/bte.h
+++ b/include/bte.h
@@ -100,12 +100,6 @@
 /* Protocol trace mask */
 extern UINT32 bte_proto_trace_mask;
 
-/* BTE version string */
-extern const UINT8 bte_version_string[];
-
-/* BTIF version string */
-extern const UINT8 btif_version_string[];
-
 typedef struct tBAUD_REG_tag {
     UINT8 DHBR;
     UINT8 DLBR;
diff --git a/main/bte_version.c b/main/bte_version.c
deleted file mode 100644
index 826f31b..0000000
--- a/main/bte_version.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/******************************************************************************
- *
- *  Copyright (C) 2001-2012 Broadcom Corporation
- *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at:
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- *
- ******************************************************************************/
-
-#include "bt_types.h"
-
-const UINT8 bte_version_string[] = "BCM1200_PI_10.3.20.52";
-const UINT8 btif_version_string[] = "BDROID-PLUS-420-10_00.10";
-