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:
committed by
Alex Chernyakhovsky
parent
5f5d35c7a8
commit
3f91cce5ff
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user