diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-27 12:59:28 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-27 12:59:28 +0100 |
| commit | 3845dbafec78728198bc493f78f06958ee6cfc8a (patch) | |
| tree | 7a0c79084c30bfe759432d394e39758d85acccc7 | |
| parent | 52a47102cd6330a4377500ec73410f01269dbbb0 (diff) | |
20100427-1259
| -rw-r--r-- | utils/cc/machcap.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/cc/machcap.c b/utils/cc/machcap.c deleted file mode 100644 index 06b5684a..00000000 --- a/utils/cc/machcap.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "cc.h" - -/* default, like old cc */ -int -machcap(Node *n) -{ - USED(n); - return 0; -} |
