daemon: remove useless comment

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-07-24 16:30:14 +02:00
parent 35372b5337
commit 2598699fcb

View File

@ -37,7 +37,7 @@ struct Reloader {
// Currently we only need environment variables for storage, but in theory we could also add
// variants which need temporary files or pipes...
struct PreExecEntry {
name: &'static str, // Feel free to change to String if necessary...
name: &'static str,
store_fn: BoxedStoreFunc,
}