summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NOTES.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/NOTES.txt b/NOTES.txt
index 6fc312c0c3..6e6c57534c 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -98,14 +98,6 @@ TODO: Fast #Import:
#undef.
//===---------------------------------------------------------------------===//
-
-TODO: New language feature: Configuration queries:
- - Instead of #ifdef __POWERPC__, use "if (strcmp(`cpu`, __POWERPC__))", or
- some other, better, syntax.
- - Use it to increase the number of "architecture-clean" #import'd files,
- allowing a single index to be used for all fat slices.
-
-//===---------------------------------------------------------------------===//
// Specifying targets: -triple and -arch
===---------------------------------------------------------------------===//