From e9fd5adce66416b930b3a1a0384d250ec7438fb8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 9 Aug 2016 16:53:24 +0200 Subject: [PATCH] kill a stupid header file that does not even compile --- include/simgrid.h | 25 ------------------------- tools/cmake/DefinePackages.cmake | 1 - 2 files changed, 26 deletions(-) delete mode 100644 include/simgrid.h diff --git a/include/simgrid.h b/include/simgrid.h deleted file mode 100644 index c407a51b0c..0000000000 --- a/include/simgrid.h +++ /dev/null @@ -1,25 +0,0 @@ -/* simgrid.h - Public interface all SimGrid APIs */ - -/* Copyright (c) 2014. The SimGrid Team. - * All rights reserved. */ - -/* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - -#ifndef SIMGRID_H -#define SIMGRID_H - -#include - -#include -#include -#include -#include -#include -#include - -// SG_BEGIN_DECL() -// nothing -// SG_END_DECL() - -#endif /* SG_PLATF_H */ diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index bb95e9dc57..cc55a38065 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -632,7 +632,6 @@ set(headers_to_install include/simgrid/instr.h include/simgrid/msg.h include/simgrid/simdag.h - include/simgrid.h include/simgrid/datatypes.h include/simgrid/modelchecker.h include/simgrid/forward.h -- 2.20.1