diff options
author | synergydev <synergye@codefi.re> | 2013-10-06 12:57:51 -0700 |
---|---|---|
committer | synergydev <synergye@codefi.re> | 2013-10-06 13:25:02 -0700 |
commit | baa5874404351b606c29239606db00f8903e8ece (patch) | |
tree | 9e9ad100f1556263f72626f53e04609526e7f949 /libc/tools/bionic_utils.py | |
parent | 5677742199456e96a5f5e006102a0bafa79747b2 (diff) |
libc: Remove deprecated register
In c++11, register has been deprecated, and
libc is now built as gnu++11
From the documentation:
A register specifier is a hint to the implementation
that the variable so declared will be heavily used.
[ Note: The hint can be ignored and in most implementations
it will be ignored if the address of the variable is taken.
This use is deprecated (see D.2)
Change-Id: I459dc3f5f9de63fc09eeda3bc6700f31bdf20f6f
Diffstat (limited to 'libc/tools/bionic_utils.py')
0 files changed, 0 insertions, 0 deletions