mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-08-02 16:10:53 -05:00
This commit removes some redundant assignments in the function `whisper_exp_compute_token_level_timestamps`. The motivations for this is that tokens[j] and token are references to the same object and this can be a little confusing when reading the code.