Skip to content

Commit

Permalink
Remove variables processorscount and za Integer
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 5, 2013
1 parent 436f040 commit 214cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.src/FCpudb.module
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Public i As Integer
Public database As Collection
Public Sub _inits()
Dim buffer, cpucache As String
Dim processorscount, za, z As Integer
Dim z As Integer
buffer = File.Load("Database/db")
database = JSON.Decode(buffer)
cpucache = Finfosys.Label14.Text
Expand Down

0 comments on commit 214cd8d

Please sign in to comment.