diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-04-26 14:50:24 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-04-26 14:50:24 -0400 |
commit | 8d82e4af67a02fa3f18d5ca027b1d3812c501ec7 (patch) | |
tree | 9ac1d9af862a0edc85a25149f9c129e941f4ecf5 | |
parent | a15c4e03baa8b792be9dedb2f9223c8dcf82ee90 (diff) | |
download | phoronix-test-suite-upstream-8d82e4af67a02fa3f18d5ca027b1d3812c501ec7.tar.gz phoronix-test-suite-upstream-8d82e4af67a02fa3f18d5ca027b1d3812c501ec7.tar.xz phoronix-test-suite-upstream-8d82e4af67a02fa3f18d5ca027b1d3812c501ec7.zip |
More System Work
-rw-r--r-- | pts-core/functions/pts-functions_system.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system.php b/pts-core/functions/pts-functions_system.php index e913cbd..154bda7 100644 --- a/pts-core/functions/pts-functions_system.php +++ b/pts-core/functions/pts-functions_system.php @@ -98,7 +98,6 @@ function read_cpuinfo_values($attribute) return $cpuinfo_matches; } - function processor_string() { $info = ""; |