summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/port/unused.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/port/unused.h b/src/port/unused.h
deleted file mode 100644
index c18ed27..0000000
--- a/src/port/unused.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef WOLF_UNUSED_H
-#define WOLF_UNUSED_H
-
-/**
- * @brief Macro to avoid unused parameter messages in functions
- */
-#define WOLF_UNUSED( x ) if( 0 && (x) ) { }
-
-#endif /* ifndef WOLF_UNUSED_H */