Skip to content

Commit 3f91cce

Browse files
vapierachernya
authored andcommitted
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.
1 parent 5f5d35c commit 3f91cce

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/frontend/mosh-client.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,7 @@ static void print_colorcount( void )
105105
printf( "%d\n", color_val );
106106
}
107107

108-
#ifdef NACL
109-
int mosh_main( int argc, char* argv[] )
110-
#else
111108
int main( int argc, char* argv[] )
112-
#endif
113109
{
114110
unsigned int verbose = 0;
115111
/* For security, make sure we don't dump core */

0 commit comments

Comments
 (0)