VirtualBox

Changeset 66143 in vbox for trunk/src


Ignore:
Timestamp:
Mar 16, 2017 5:44:30 PM (8 years ago)
Author:
vboxsync
Message:

Storage/CUE: build fixes (unused function)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/CUE.cpp

    r66142 r66143  
    648648{
    649649    return pTokenizer->pTokenCurr->enmType;
    650 }
    651 
    652 /**
    653  * Returns the token class of the next token in the stream.
    654  *
    655  * @returns Token class of the next token.
    656  * @param   pTokenizer    The tokenizer state.
    657  */
    658 DECLINLINE(CUETOKENTYPE) cueTokenizerPeekNextType(PCUETOKENIZER pTokenizer)
    659 {
    660     return pTokenizer->pTokenNext->enmType;
    661650}
    662651
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette