Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 22, 2016
1 parent 819f919 commit 42d555d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions I-Nex/i-nex/.src/CPU/MCPUSAGE.module
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Public Sub proc_stat()
Dim CURRENT_STAT_PROC As File
Dim sLine As String
Dim iPos As Integer
Dim Character As Integer
Dim sKey As String
Dim sVal As String
Dim PREV_SELT As String[]
Expand All @@ -32,19 +31,13 @@ Public Sub proc_stat()
Dim prev_iowait As Integer
Dim prev_irq As Integer
Dim prev_softirq As Integer
Dim prev_steal As Integer
Dim prev_guest As Integer
Dim prev_guest_nice As Integer
Dim current_user As Integer
Dim current_nice As Integer
Dim current_System As Integer
Dim current_idle As Integer
Dim current_iowait As Integer
Dim current_irq As Integer
Dim current_softirq As Integer
Dim current_steal As Integer
Dim current_guest As Integer
Dim current_guest_nice As Integer
Dim PrevIdle As Integer
Dim Idle As Integer
Dim PrevNonIdle As Integer
Expand Down

0 comments on commit 42d555d

Please sign in to comment.