[fshost] Remove global job parameter
"zx::job::default_job()" was the only value used; insert that directly to avoid using global variables. If the usage of multiple distinct jobs is required in the future, we can re-add this feature without using global variables. Change-Id: I8b678e540d1f8b3840c599fe044f458ba40ff82d
Showing
- zircon/system/core/devmgr/fshost/block-watcher.cpp 9 additions, 17 deletionszircon/system/core/devmgr/fshost/block-watcher.cpp
- zircon/system/core/devmgr/fshost/fs-manager.h 1 addition, 1 deletionzircon/system/core/devmgr/fshost/fs-manager.h
- zircon/system/core/devmgr/fshost/main.cpp 1 addition, 1 deletionzircon/system/core/devmgr/fshost/main.cpp
Loading
Please register or sign in to comment