glop: fixup export

This commit is contained in:
Corentin Le Molgat
2025-04-09 08:14:46 +02:00
parent 858f460a4d
commit 9bb835f2d5

View File

@@ -405,9 +405,6 @@ message GlopParameters {
optional int32 random_seed = 43 [default = 1];
// Whether to use absl::BitGen instead of MTRandom.
// MOE:begin_strip
// Note that in unit tests if this field is not explicitly set it will be
// default to true. MOE:end_strip
optional bool use_absl_random = 72 [default = false];
// Number of threads in the OMP parallel sections. If left to 1, the code will