summaryrefslogtreecommitdiff
path: root/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h')
-rw-r--r--sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h b/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
deleted file mode 100644
index 4066b49be7cb..000000000000
--- a/sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/File-Date-StringUtils/Format.h.orig Fri Apr 9 23:41:38 2004
-+++ src/File-Date-StringUtils/Format.h Fri Dec 22 16:20:15 2006
-@@ -53,7 +53,7 @@
- private:
-
- template<typename T>
-- void DecimalFormat::format_internal( char* buffer, T value, std::string typeString);
-+ void format_internal( char* buffer, T value, std::string typeString);
-
-
-
-@@ -65,6 +65,6 @@
- text-containing string to be output on a terminal
- */
- std::string clean( std::string s);
--
-+ std::string getLengthString( int length);
-
- #endif