From 9ec39a2b9b9646b6dce8a4f9e5638c41e226f6df Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 5 Jun 2014 09:35:19 +0000 Subject: [PATCH] removed obsolete declaration git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@45 8ec27952-4edc-4aab-86aa-e87bb2611832 --- include/node.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/node.h b/include/node.h index 1f522944f..d9d06df58 100644 --- a/include/node.h +++ b/include/node.h @@ -45,8 +45,6 @@ struct node const char *name; }; -struct msg; /* forward decl */ - /** * @brief Create a new node *