Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[unikernel] signer, submission, spamfilter, verifier: Unused variable postmaster #45

Open
hannesm opened this issue Feb 27, 2024 · 1 comment

Comments

@hannesm
Copy link
Member

hannesm commented Feb 27, 2024

I get:

File "unikernel.ml", line 101, characters 8-18:
101 |     let postmaster =
              ^^^^^^^^^^
Warning 26 [unused-var]: unused variable postmaster.

when compiling unikernels. I'm not entirely sure whether this should be used somewhere?

@hannesm hannesm changed the title Unused variable postmaster [unikernel/signer] Unused variable postmaster Feb 27, 2024
@hannesm hannesm changed the title [unikernel/signer] Unused variable postmaster [unikernel/signer] and [unikernel/submission] Unused variable postmaster Feb 27, 2024
@hannesm hannesm changed the title [unikernel/signer] and [unikernel/submission] Unused variable postmaster [unikernel] signer, submission, spamfilter, verifier: Unused variable postmaster Feb 27, 2024
@dinosaure
Copy link
Member

Yes, this value exists because, initially, I mainly copy/paste the way to launch an SMTP server (all unikernels are an SMTP server in the end). I will clean-up that 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants