linux: remove lx_environ symbol from audio_drv

This commit is contained in:
Christian Helmuth 2016-01-19 14:51:43 +01:00
parent a09172aa7e
commit 8e50464a1a
1 changed files with 0 additions and 8 deletions

View File

@ -262,14 +262,6 @@ class Audio_out::Root : public Audio_out::Root_component
};
/*
* Manually initialize the 'lx_environ' pointer, needed because 'nic_drv' is
* not using the normal Genode startup code.
*/
extern char **environ;
char **lx_environ = environ;
int main(int argc, char **argv)
{
/* setup data available signal */