remove executable bit on test.c

clean up poke.c
don't need to check the module in uninit_driver()



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2007-09-18 19:40:32 +00:00
parent b76d376bab
commit ce1e9a2d44
3 changed files with 16 additions and 17 deletions
-1
View File
@@ -159,7 +159,6 @@ init_driver()
void void
uninit_driver() uninit_driver()
{ {
if (gConfigManager != NULL)
put_module(B_CONFIG_MANAGER_FOR_DRIVER_MODULE_NAME); put_module(B_CONFIG_MANAGER_FOR_DRIVER_MODULE_NAME);
} }
View File