diff options
Diffstat (limited to 'runtime/procfs.c')
-rw-r--r-- | runtime/procfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/procfs.c b/runtime/procfs.c index 7e3c8352..d6b75336 100644 --- a/runtime/procfs.c +++ b/runtime/procfs.c @@ -19,7 +19,6 @@ #define STP_MAX_PROCFS_FILES 16 static int _stp_num_pde = 0; -static int _stp_num_procfs_files = 0; static struct proc_dir_entry *_stp_pde[STP_MAX_PROCFS_FILES]; static struct proc_dir_entry *_stp_procfs_files[STP_MAX_PROCFS_FILES]; static struct proc_dir_entry *_stp_proc_stap = NULL; |