diff --git a/src/DEPENDENCIES b/src/DEPENDENCIES index 5e2a96a099..27080cd2b8 100644 --- a/src/DEPENDENCIES +++ b/src/DEPENDENCIES @@ -340,7 +340,6 @@ state_point.o: math.o state_point.o: output.o state_point.o: source.o state_point.o: string.o -state_point.o: tally.o state_point.o: tally_header.o string.o: constants.o diff --git a/src/state_point.F90 b/src/state_point.F90 index ef2a899bbe..904dea6432 100644 --- a/src/state_point.F90 +++ b/src/state_point.F90 @@ -25,7 +25,6 @@ module state_point use source, only: write_source_binary use string, only: to_str use tally_header, only: TallyObject - use tally, only: setup_active_usertallies #ifdef MPI use mpi