mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-19 08:35:45 +00:00
remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33994 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -308,15 +308,6 @@ public:
|
||||
unsigned Size ///< The size of the block
|
||||
) {}
|
||||
|
||||
/// @brief Handle a variable bit rate 32 bit unsigned
|
||||
virtual void handleVBR32(
|
||||
unsigned Size ///< Number of bytes the vbr_uint took up
|
||||
) {}
|
||||
|
||||
/// @brief Handle a variable bit rate 64 bit unsigned
|
||||
virtual void handleVBR64(
|
||||
unsigned Size ///< Number of byte sthe vbr_uint64 took up
|
||||
) {}
|
||||
/// @}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user