diff options
Diffstat (limited to 'src/stable/formatter.cpp')
| -rw-r--r-- | src/stable/formatter.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stable/formatter.cpp b/src/stable/formatter.cpp index 4cfcf98..26f6d01 100644 --- a/src/stable/formatter.cpp +++ b/src/stable/formatter.cpp | |||
| @@ -349,12 +349,6 @@ Bu::Formatter &Bu::operator<<( Bu::Formatter &f, const char *sStr ) | |||
| 349 | return f; | 349 | return f; |
| 350 | } | 350 | } |
| 351 | 351 | ||
| 352 | Bu::Formatter &Bu::operator<<( Bu::Formatter &f, char *sStr ) | ||
| 353 | { | ||
| 354 | f.writeAligned( sStr, strlen( sStr ) ); | ||
| 355 | return f; | ||
| 356 | } | ||
| 357 | |||
| 358 | Bu::Formatter &Bu::operator<<( Bu::Formatter &f, const Bu::String &sStr ) | 352 | Bu::Formatter &Bu::operator<<( Bu::Formatter &f, const Bu::String &sStr ) |
| 359 | { | 353 | { |
| 360 | f.writeAligned( sStr ); | 354 | f.writeAligned( sStr ); |
