Removed an unused global variable.
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>
Thu, 12 Mar 2015 14:54:44 +0000 (14:54 +0000)
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>
Thu, 12 Mar 2015 14:54:44 +0000 (14:54 +0000)
commitd5d496a55db9081f3dd89c73af55b3d4eb4f69e9
treefffc67e3b3983b140b327e1c2a5f756cf55ae5c9
parent6acf5130995d9374459f86de7e42ed0e2d9838a9
Removed an unused global variable.

This variable "g_debugger_name" is not used anywhere. It also causes a warning.
I was first going to change its type to fix the warning then noticed that it
is not being used. So removing it.

Committed as Obvious.

llvm-svn: 232043
lldb/tools/driver/Driver.cpp
lldb/tools/lldb-mi/Driver.cpp