From: Martin Quinson Date: Sat, 2 Jan 2016 21:41:37 +0000 (+0100) Subject: Mark another execution path for deletion X-Git-Tag: v3_13~1371 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/16eadae63a0a9fae794e0f3c73eb7b12cfdbf225 Mark another execution path for deletion --- diff --git a/src/surf/cpu_interface.cpp b/src/surf/cpu_interface.cpp index 302d3935e6..f362818680 100644 --- a/src/surf/cpu_interface.cpp +++ b/src/surf/cpu_interface.cpp @@ -197,7 +197,9 @@ Cpu::Cpu(Model *model, simgrid::Host *host, xbt_dynar_t speedPeakList, int pstate, int core, double speedPeak, double speedScale) : Cpu(model, host, speedPeakList, pstate, core, speedPeak, speedScale, SURF_RESOURCE_ON) -{} +{ + xbt_die("FIXME: DEADCODE"); +} Cpu::~Cpu() {