Remove _isatty from Android.h
authorPavel Labath <labath@google.com>
Mon, 8 Aug 2016 12:26:57 +0000 (12:26 +0000)
committerPavel Labath <labath@google.com>
Mon, 8 Aug 2016 12:26:57 +0000 (12:26 +0000)
commit6b73456865926b5279faa68e771c513e969d0a64
tree168e6a83a0dec36ac3188e373824097fd3bdeeef
parentca32babfa70b83a6066fe09c1f30f303dbcf473e
Remove _isatty from Android.h

it is just #defined to isatty anyway, which lldb already knows how to use.

llvm-svn: 277997
lldb/include/lldb/Host/android/Android.h
lldb/source/Host/common/File.cpp