get rid of unnecessary defines

This commit is contained in:
Thomas Gubler 2015-01-23 11:39:10 +01:00
parent 5e9bef6f4b
commit 4ba57ad285
2 changed files with 0 additions and 5 deletions

View File

@ -50,7 +50,6 @@
/*
* Building for running within the ROS environment
*/
#define __EXPORT
#define noreturn_function
#ifdef __cplusplus
#include "ros/ros.h"

View File

@ -42,10 +42,6 @@
#include <stdint.h>
#include <unistd.h>
#if defined(__PX4_ROS)
#define __EXPORT
#endif
namespace px4
{