daemon: remove useless comment
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
35372b5337
commit
2598699fcb
@ -37,7 +37,7 @@ struct Reloader {
|
|||||||
// Currently we only need environment variables for storage, but in theory we could also add
|
// Currently we only need environment variables for storage, but in theory we could also add
|
||||||
// variants which need temporary files or pipes...
|
// variants which need temporary files or pipes...
|
||||||
struct PreExecEntry {
|
struct PreExecEntry {
|
||||||
name: &'static str, // Feel free to change to String if necessary...
|
name: &'static str,
|
||||||
store_fn: BoxedStoreFunc,
|
store_fn: BoxedStoreFunc,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user