diff options
author | Lei Zhang <antiagainst@google.com> | 2016-02-26 15:38:42 -0500 |
---|---|---|
committer | Lei Zhang <antiagainst@gmail.com> | 2016-02-26 15:38:42 -0500 |
commit | 292380631457fb8770b0d3041c503b7d7bfb65bb (patch) | |
tree | c084fcdcd2986ee33942a1a3a332352d9544ffbb /source/binary.h | |
parent | 712bed022720d0109d477ba4d67def075b5be793 (diff) |
Remove stale code.
Diffstat (limited to 'source/binary.h')
-rw-r--r-- | source/binary.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/binary.h b/source/binary.h index 7155597e..923a834d 100644 --- a/source/binary.h +++ b/source/binary.h @@ -39,14 +39,4 @@ spv_result_t spvBinaryHeaderGet(const spv_const_binary binary, const spv_endianness_t endian, spv_header_t* header); -// Determines the desired type of an operand. The operand's value is word, and -// is the index-th word in the instruction described by the opcode_entry opcode -// table entry. On success, returns SPV_SUCCESS and writes a handle of the -// operand table entry for this operand into *operand_entry. -spv_operand_type_t spvBinaryOperandInfo(const uint32_t word, - const uint16_t index, - const spv_opcode_desc opcode_entry, - const spv_operand_table operand_table, - spv_operand_desc* operand_entry); - #endif // LIBSPIRV_BINARY_H_ |