X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91ded0eab21eb8f9ad9f00447258f4e923d70b5f..1332eeef69c684e25023f8ec40d9df13484f9430:/tools/graphicator/graphicator.c diff --git a/tools/graphicator/graphicator.c b/tools/graphicator/graphicator.c index f6ff7d169b..14c471e8ad 100644 --- a/tools/graphicator/graphicator.c +++ b/tools/graphicator/graphicator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2018. The SimGrid Team. +/* Copyright (c) 2008-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,8 +7,6 @@ #include "simgrid/msg.h" #include "xbt/graph.h" -XBT_LOG_NEW_DEFAULT_CATEGORY(graphicator, "Graphicator Logging System"); - int main(int argc, char **argv) { MSG_init(&argc, argv);