Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
instr: kill an unused structure field to please clang
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 21 May 2017 15:32:51 +0000 (17:32 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 21 May 2017 15:32:51 +0000 (17:32 +0200)
src/instr/instr_private.h

index 81be1f4..d4da8fa 100644 (file)
@@ -255,7 +255,6 @@ class PushStateEvent : public PajeEvent  {
 class PopStateEvent : public PajeEvent  {
   container_t container;
   type_t type;
 class PopStateEvent : public PajeEvent  {
   container_t container;
   type_t type;
-  xbt_dynar_t extra;
   public:
   PopStateEvent (double timestamp, container_t container, type_t type);
   void print() override;
   public:
   PopStateEvent (double timestamp, container_t container, type_t type);
   void print() override;