diff Core/JobsEngine/JobInfo.h @ 2647:73d7d95dd75e jobs

removal of internal job information
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 May 2018 17:45:09 +0200
parents a3fdfb6979ed
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/JobsEngine/JobInfo.h	Thu May 31 17:30:22 2018 +0200
+++ b/Core/JobsEngine/JobInfo.h	Thu May 31 17:45:09 2018 +0200
@@ -115,7 +115,6 @@
       return status_;
     }
 
-    void Serialize(Json::Value& target,
-                   bool includeInternalContent) const;
+    void Format(Json::Value& target) const;
   };
 }