From 36253256d4d13b985db72df9ec0f9ad70e44c664 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 24 Nov 2009 04:37:48 +0000 Subject: [PATCH] (OTF_DriveLog): Delete it. (set_drive_log, get_drive_log): Delete externs. --- src/internal.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/internal.h b/src/internal.h index 034eff8..7532720 100644 --- a/src/internal.h +++ b/src/internal.h @@ -33,18 +33,6 @@ extern "C" { extern int otf__error (int err, const char *fmt, const void *arg); -typedef struct -{ - int size; - int allocated; - OTF_Tag *tags; -} OTF_DriveLog; - -extern void set_drive_log (OTF *otf, OTF_DriveLog *log); - -extern OTF_DriveLog *get_drive_log (OTF *otf); - - #ifdef __cplusplus } #endif -- 1.7.10.4