diff mbox series

[2/9] trace-cmd: Remove tracefs_read_page_record() API

Message ID 20200129095421.881786-3-tz.stoyanov@gmail.com (mailing list archive)
State Accepted
Commit f201d73f1f04f8865d9bf18acfac947072b40583
Headers show
Series libtracefs: few fixes and a lot of unit tests | expand

Commit Message

Tzvetomir Stoyanov (VMware) Jan. 29, 2020, 9:54 a.m. UTC
This function is used only internally in the library, it is
not exposed as an API. Its declaration was left by mistake in
the trasefs.h file, as official library API.

Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
---
 include/tracefs/tracefs.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/include/tracefs/tracefs.h b/include/tracefs/tracefs.h
index bd3f732..85690b6 100644
--- a/include/tracefs/tracefs.h
+++ b/include/tracefs/tracefs.h
@@ -34,9 +34,6 @@  char *tracefs_instance_file_read(struct tracefs_instance *instance,
 				 char *file, int *psize);
 
 /* events */
-struct tep_record *
-tracefs_read_page_record(struct tep_handle *tep, void *page, int size,
-			  struct tep_record *last_record);
 void tracefs_list_free(char **list);
 char **tracefs_event_systems(const char *tracing_dir);
 char **tracefs_system_events(const char *tracing_dir, const char *system);