ext4: remove ext4_test_journal function
[lwext4.git] / lwext4 / ext4.h
index 4971c922384c5abfb2847729b48a0c2aed57584c..ed106d79c5b6b0c3501d594321316f191f44c664 100644 (file)
@@ -498,14 +498,6 @@ const ext4_direntry *ext4_dir_entry_next(ext4_dir *d);
  * @param   d directory handle*/
 void ext4_dir_entry_rewind(ext4_dir *d);
 
-/**@brief   Test journal functionality
- * @param   mount_point mount point, for example
- *          -   /
- *          -   /my_partition/
- *          -   /my_second_partition/
- *
- * @return standard error code */
-int ext4_test_journal(const char *mount_point);
 
 #ifdef __cplusplus
 }