1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 00:05:59 +02:00

Removed temporary member resolution logic from custom build properties

This commit is contained in:
Yuvan Wickramasinghe 2025-05-13 15:29:01 -07:00
parent 524ebaa914
commit 0cf382532c
No known key found for this signature in database
3 changed files with 0 additions and 493 deletions

View file

@ -1383,9 +1383,6 @@ namespace IDE
public bool QueueProjectCompile(Project project, Project hotProject, IDEApp.BuildCompletedCmd completedCompileCmd, List<String> hotFileNames, CompileKind compileKind)
{
CustomBuildProperties.ResolveProjectProperties(project);
defer CustomBuildProperties.UnresolveProjectProperties(project);
project.mLastDidBuild = false;
TestManager.ProjectInfo testProjectInfo = null;