Fix examples/hello_world for real.

PiperOrigin-RevId: 652509319
This commit is contained in:
Paul Chang 2024-07-15 09:38:18 -07:00 committed by Copybara-Service
parent cd530374b3
commit 48b900b1b9
1 changed files with 0 additions and 6 deletions

View File

@ -30,12 +30,6 @@
#include "hwy/contrib/thread_pool/thread_pool.h"
int main(int argc, char** argv) {
int argc_dummy = 1;
// Required because sentencepiece uses Google I/O which requires InitGoogle.
// argc_dummy = 1 avoids sentencepiece absl flags attempting to parse
// arguments
InitGoogle("usage", &argc_dummy, &argv, false);
gcpp::LoaderArgs loader(argc, argv);
if (gcpp::HasHelp(argc, argv)) {
loader.Help();