remove a bunch of comments marking end of blocks
[libfirm] / ir / common / firm_common.c
index 2196b9c..fc244fe 100644 (file)
@@ -38,4 +38,4 @@
 firm_kind get_kind(const void *firm_thing)
 {
        return POINTER_READ(firm_thing, sizeof(firm_kind)) ? *(firm_kind *)firm_thing : k_BAD;
-}  /* get_kind */
+}