summaryrefslogtreecommitdiff
path: root/src/mongo/platform/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/platform/compiler.h')
-rw-r--r--src/mongo/platform/compiler.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mongo/platform/compiler.h b/src/mongo/platform/compiler.h
index d261a1781e3..5ce6ed82ee7 100644
--- a/src/mongo/platform/compiler.h
+++ b/src/mongo/platform/compiler.h
@@ -119,19 +119,6 @@
*
* Same correct/incorrect usage as for MONGO_COMPILER_API_EXPORT.
*
- * MONGO_COMPILER_UNREACHABLE
- *
- * Instructs the compiler that a line of code will never be reached.
- *
- *
- * Example:
- * // code above checks that expr can only be FOO or BAR
- * switch (expr) {
- * case FOO: { ... }
- * case BAR: { ... }
- * default:
- * MONGO_COMPILER_UNREACHABLE;
- *
*/
#if defined(_MSC_VER)