aboutsummaryrefslogtreecommitdiff
path: root/src/boot/util/common.ml
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-07-10 14:59:54 -0700
committerPatrick Walton <[email protected]>2010-07-12 10:40:37 -0700
commitb172862d21f16095a5cf11a8938f3cea24e9bf58 (patch)
tree076d2e3059506aaaa3c88dec13e542f506bdb9dc /src/boot/util/common.ml
parentFix post-stmt drop calculations. Closes #106. (diff)
downloadrust-b172862d21f16095a5cf11a8938f3cea24e9bf58.tar.xz
rust-b172862d21f16095a5cf11a8938f3cea24e9bf58.zip
Add a ty_children function to enumerate the children of any type
Diffstat (limited to 'src/boot/util/common.ml')
-rw-r--r--src/boot/util/common.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/util/common.ml b/src/boot/util/common.ml
index 168c9f0a..0ea39e2d 100644
--- a/src/boot/util/common.ml
+++ b/src/boot/util/common.ml
@@ -341,7 +341,6 @@ let bool_of_option x =
Some _ -> true
| None -> false
-
(*
* Auxiliary stack functions.
*)