Fix a type (MAX_PATH instead of PATH_MAX) and remove an unused variable.
authorJim Ingham <jingham@apple.com>
Sat, 6 Dec 2014 01:03:17 +0000 (01:03 +0000)
committerJim Ingham <jingham@apple.com>
Sat, 6 Dec 2014 01:03:17 +0000 (01:03 +0000)
commit67d7af9c342e20df47d29e54422422198733e375
tree4473e26619490c65f7d127118a97401e50106181
parent498ff1c1b8912074ed0544c1d4e1183d352a8567
Fix a type (MAX_PATH instead of PATH_MAX) and remove an unused variable.

llvm-svn: 223559
lldb/source/Host/common/Host.cpp