Skip to content

Commit d322f7e

Browse files
committed
removed ProcessSymOutputBuffere reference
1 parent a498020 commit d322f7e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

source/sgp_mode/SGPWorld.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -892,9 +892,6 @@ class SGPWorld : public SymWorld {
892892
// Process symbiont at given position in the world
893893
void ProcessFreeLivingSymAt(const emp::WorldPosition& pos, sgp_sym_t& sym);
894894

895-
//void ProcessHostOutputBuffer(sgp_host_t& host);
896-
void ProcessSymOutputBuffer(sgp_sym_t& sym);
897-
898895
// NOTE - moved to be public for testing
899896
void AssignNewEnvIO(sgp_cpu_peripheral_t& cpu_state) {
900897
const size_t env_id = GetRandom().GetUInt(task_env.GetIOBank().GetSize());

0 commit comments

Comments
 (0)