diff options
Diffstat (limited to 'lib/Support/LocaleWindows.inc')
-rw-r--r-- | lib/Support/LocaleWindows.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/Support/LocaleWindows.inc b/lib/Support/LocaleWindows.inc deleted file mode 100644 index 28e429c..0000000 --- a/lib/Support/LocaleWindows.inc +++ /dev/null @@ -1,15 +0,0 @@ -namespace llvm { -namespace sys { -namespace locale { - -int columnWidth(StringRef s) { - return s.size(); -} - -bool isPrint(int c) { - return ' ' <= c && c <= '~'; -} - -} -} -} |