Skip to content

Commit

Permalink
contrib/migrate-4-5.px: Don't convert "ps_code" and "ps_data" to derive.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Sep 12, 2016
1 parent 8d78a2b commit e935e85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/migrate-4-5.px
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ our %TypesCounterToDerive = # {{{
protocol_counter => ["value"],
ps_cputime => ["user", "syst"],
ps_pagefaults => ["minflt", "majflt"],
ps_code => ["value"],
ps_data => ["value"],
serial_octets => ["rx", "tx"],
swap_io => ["value"],
virt_cpu_total => ["ns"],
Expand Down

0 comments on commit e935e85

Please sign in to comment.