Bug 1073081 - Remove an old preprocessor #else branch. r=dhylands

--HG--
extra : source : 3def1452028894b4a91415a43e4edb1655592761
This commit is contained in:
Botond Ballo 2014-11-24 20:01:41 -05:00
Родитель e7d866b934
Коммит 74fa635918
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -1212,11 +1212,9 @@ OomVictimLogger::Observe(
// deprecated the old klog defs.
// Our current bionic does not hit this
// change yet so handle the future change.
// (ICS doesn't have KLOG_SIZE_BUFFER but
// JB and onwards does.)
#define KLOG_SIZE_BUFFER KLOG_WRITE
#else
// Once the change hits our bionic this ifndef
// can be removed.
#warning "Please remove KLOG_UNREAD_SIZE compatability def"
#endif
// Retreive kernel log
int msg_buf_size = klogctl(KLOG_SIZE_BUFFER, NULL, 0);