fix compilation w/o perfschema

followup for 3a3605f4b1
This commit is contained in:
Sergei Golubchik 2020-01-16 18:04:43 +01:00
commit e7558d4760
2 changed files with 3 additions and 2 deletions

View file

@ -1124,8 +1124,7 @@ to original un-instrumented file I/O APIs */
# define os_file_flush(file) os_file_flush_func(file)
#define os_file_flush_data(file) \
pfs_os_file_flush_data_func(file, __FILE__, __LINE__)
#define os_file_flush_data(file) os_file_flush_data_func(file)
# define os_file_rename(key, oldpath, newpath) \
os_file_rename_func(oldpath, newpath)