chore: remove comment from src/stdlib_flags.h (#7531)

This PR removes a misplaced comment from `src/stdlib_flags.h` introduced
by #7425 that was intended to (ephemerally) go in
`stage0/src/stdlib_flags.h`.
This commit is contained in:
jrr6 2025-03-17 14:07:58 -04:00 committed by GitHub
parent 1a3614616d
commit 4b406b6d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,5 @@
#include "util/options.h"
// update stage0
namespace lean {
options get_default_options() {
options opts;