1 parent a498020 commit d322f7eCopy full SHA for d322f7e
1 file changed
source/sgp_mode/SGPWorld.h
@@ -892,9 +892,6 @@ class SGPWorld : public SymWorld {
892
// Process symbiont at given position in the world
893
void ProcessFreeLivingSymAt(const emp::WorldPosition& pos, sgp_sym_t& sym);
894
895
- //void ProcessHostOutputBuffer(sgp_host_t& host);
896
- void ProcessSymOutputBuffer(sgp_sym_t& sym);
897
-
898
// NOTE - moved to be public for testing
899
void AssignNewEnvIO(sgp_cpu_peripheral_t& cpu_state) {
900
const size_t env_id = GetRandom().GetUInt(task_env.GetIOBank().GetSize());
0 commit comments