summaryrefslogtreecommitdiff
path: root/innobase/fut/fut0lst.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/fut/fut0lst.c')
-rw-r--r--innobase/fut/fut0lst.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/innobase/fut/fut0lst.c b/innobase/fut/fut0lst.c
index 3d92aaba1ef..8deaa8adb3f 100644
--- a/innobase/fut/fut0lst.c
+++ b/innobase/fut/fut0lst.c
@@ -490,7 +490,6 @@ flst_validate(
return(TRUE);
}
-#ifdef UNIV_DEBUG
/************************************************************************
Prints info of a file-based list. */
@@ -517,4 +516,3 @@ flst_print(
(ulong) buf_frame_get_page_no(frame),
(ulong) (base - frame), (ulong) len);
}
-#endif /* UNIV_DEBUG */