From 16eadae63a0a9fae794e0f3c73eb7b12cfdbf225 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 2 Jan 2016 22:41:37 +0100 Subject: [PATCH] Mark another execution path for deletion --- src/surf/cpu_interface.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 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() { -- 2.20.1