PetScan::extract_unsigned: turn into a static function
commitff302a3b6c7f3cb9da3cffb1049af496abb79481
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 10 Feb 2014 11:52:46 +0000 (10 12:52 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 25 Mar 2014 13:36:30 +0000 (25 14:36 +0100)
tree2d0b87d20601b31d304018cb3dc07c46e33fd6df
parenta309f189f21fffee0e0b322b8392d56eacace6c6
PetScan::extract_unsigned: turn into a static function

This function is not used from anywhere else and turning it into a static
function will allow us to avoid introducing another static method
in the next commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc
scan.h