Skip to content

Commit 690e0f1

Browse files
committed
refactor: move forward forward decl
1 parent bfcf1f4 commit 690e0f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Options.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ using ..MutationWeightsModule: AbstractMutationWeights, MutationWeights, mutatio
4040
import ..OptionsStructModule: Options
4141
using ..OptionsStructModule: ComplexityMapping, operator_specialization
4242
using ..UtilsModule: @save_kwargs, @ignore
43-
44-
# Forward declaration - will be defined in PopMemberModule
45-
function default_popmember_type end
4643
using ..ExpressionSpecModule:
4744
AbstractExpressionSpec,
4845
ExpressionSpec,
@@ -227,6 +224,8 @@ recommend_loss_function_expression(expression_type) = false
227224
create_mutation_weights(w::AbstractMutationWeights) = w
228225
create_mutation_weights(w::NamedTuple) = MutationWeights(; w...)
229226

227+
function default_popmember_type end
228+
230229
@unstable function with_max_degree_from_context(
231230
node_type, user_provided_operators, operators
232231
)

0 commit comments

Comments
 (0)