commit | e46db3396820f13295f575622b40ab8b2068ff0b | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Fri Dec 04 08:56:54 2009 -0800 |
committer | Andy McFadden <fadden@android.com> | Fri Dec 04 08:56:54 2009 -0800 |
tree | bd0d7a61eca20991c8cb40a00c4e4cdf08f48a9d | |
parent | 8280c2b15f6875b2d387c05df23d264864eb9cd5 [diff] |
Remove "unused" opcodes from API. There's no need to have constants like OP_UNUSED_FF in the API. They serve no purpose, and it makes life confusing when an opcode is defined (does the "unused" one go away, breaking the API? do we have the real definition and the "unused" definition simultaneously?). Discussed / approved by API council.