summaryrefslogtreecommitdiff
path: root/src/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-03 11:29:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-03 11:29:44 +0200
commit4eeabfd1ede65dc89299e7b7ddb6d8a69e0450ff (patch)
tree10793370b455fa66d30267ce21a8f692a1c13f65 /src/port
parentf77d4b9df5ced447b3ac3df2e02fc59d726d1560 (diff)
downloadwolfbones-4eeabfd1ede65dc89299e7b7ddb6d8a69e0450ff.tar.gz
wolfbones-4eeabfd1ede65dc89299e7b7ddb6d8a69e0450ff.tar.bz2
more network testing
Diffstat (limited to 'src/port')
-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 */