diff options
author | Nathan Binkert <binkertn@umich.edu> | 2006-12-24 14:06:56 -0800 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2006-12-24 14:06:56 -0800 |
commit | e68a87e7fa3d9e75afb4acc96c0ac7c059bdedec (patch) | |
tree | 4b38dac5f4395329b39e8e585a3dd657a644bc75 /src/unittest/cprintftest.cc | |
parent | 91ffe811a33539e914dcd226aebb574136f5d41b (diff) | |
download | gem5-e68a87e7fa3d9e75afb4acc96c0ac7c059bdedec.tar.xz |
remove some output formatting stuff that we don't use
--HG--
extra : convert_revision : 367917499d3d7aebd0a91dad28c915bc85def624
Diffstat (limited to 'src/unittest/cprintftest.cc')
-rw-r--r-- | src/unittest/cprintftest.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unittest/cprintftest.cc b/src/unittest/cprintftest.cc index a05426356..a454be05e 100644 --- a/src/unittest/cprintftest.cc +++ b/src/unittest/cprintftest.cc @@ -48,9 +48,6 @@ main() cprintf("%%s%-10s %c he went home \'\"%d %#o %#x %1.5f %1.2E\n", "hello", 'A', 1, 0xff, 0xfffffffffffffULL, 3.141592653589, 1.1e10); - cout << cformat("%s %#x %s\n") << "hello" << 0 << "foo 0\n"; - cerr << cformat("%s %#x\n") << "hello" << 1 << "foo 1\n"; - cprintf("another test\n"); stringstream buffer; |