Skip to content

Commit b766f82

Browse files
committed
fixing last merge conflict remnants
1 parent d9dc96b commit b766f82

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

source/sgp_mode/ProgramBuilder.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,6 @@ class ProgramBuilder {
230230
// nand r1, r1, r1
231231
// nand r0, r1, r0
232232
// nand r0, r0, r0
233-
<<<<<<< HEAD
234-
=======
235-
236-
>>>>>>> ff4400a9eb15a1fdbd0e686ccd216c215f1add71
237233
AddInst(program, nand_op, 0, 0, 0);
238234
AddInst(program, nand_op, 1, 1, 1);
239235
AddInst(program, nand_op, 0, 1, 0);

source/sgp_mode/SGPWorld.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ class SGPWorld : public SymWorld {
384384
ReproductionQueue repro_queue; // Stores which organisms are queued for reproduction
385385
tasks::LogicTaskEnvironment task_env; // Manages task set, task requirements, and task rewards
386386
event_manager_t event_manager;
387-
mutator_t mutator; // Handles mutating sgp programs
388387
// TODO - Consider having symbiont rectifier and host rectifier
389388
// -> Symbiont-specific instructions wouldn't be in host's instruction set
390389
sgp_prog_rectifier_t opcode_rectifier; // Used to "disable" instructions at runtime based on run configuration

0 commit comments

Comments
 (0)