8224214: [AIX] Remove support for legacy xlc compiler

Reviewed-by: erikj, kbarrett, mdoerr, dholmes
This commit is contained in:
Matthias Baesken 2019-08-30 09:37:41 +02:00
parent 2399a8d764
commit b7821ad399
8 changed files with 16 additions and 40 deletions

View file

@ -211,7 +211,6 @@ class BufferNode {
static BufferNode* volatile* next_ptr(BufferNode& bn) { return &bn._next; }
AIX_ONLY(public:) // xlC 12 on AIX doesn't implement C++ DR45.
// Allocate a new BufferNode with the "buffer" having size elements.
static BufferNode* allocate(size_t size);