client: drop NACL check

Since Chrome has completely dropped NaCl support now on all platforms,
there's no sense in continuing to support it in mosh.
This commit is contained in:
Mike Frysinger
2026-01-19 22:52:30 -05:00
committed by Alex Chernyakhovsky
parent 5f5d35c7a8
commit 3f91cce5ff
-4
View File
@@ -105,11 +105,7 @@ static void print_colorcount( void )
printf( "%d\n", color_val );
}
#ifdef NACL
int mosh_main( int argc, char* argv[] )
#else
int main( int argc, char* argv[] )
#endif
{
unsigned int verbose = 0;
/* For security, make sure we don't dump core */