diff options
Diffstat (limited to 'innobase/fut/fut0lst.c')
-rw-r--r-- | innobase/fut/fut0lst.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/innobase/fut/fut0lst.c b/innobase/fut/fut0lst.c index 228670f6145..ff112b586c4 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. */ @@ -516,4 +515,3 @@ flst_print( buf_frame_get_space_id(frame), buf_frame_get_page_no(frame), (ulint) (base - frame), len); } -#endif /* UNIV_DEBUG */ |