Remove unused SUN_LEN macro for Android.

llvm-svn: 251563
This commit is contained in:
Oleksiy Vyalov 2015-10-28 22:21:02 +00:00
parent 1140e1704b
commit b25fe95afe
1 changed files with 0 additions and 7 deletions

View File

@ -17,13 +17,6 @@
using namespace lldb;
using namespace lldb_private;
#ifdef __ANDROID__
// Android does not have SUN_LEN
#ifndef SUN_LEN
#define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) 0)->sun_path) + strlen((ptr)->sun_path))
#endif
#endif // #ifdef __ANDROID__
namespace {
const int kDomain = AF_UNIX;