diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-01 08:40:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-01 12:14:45 +0300 |
commit | b6dbe2be875d181d4d926ba95e52820d7d0d6240 (patch) | |
tree | 134e4d88cd1a1645342ebd261fc22487477da5f2 /include/tools/urlobj.hxx | |
parent | 5ce92b73ce06c805c66e53c48aa2c70c722aaf60 (diff) |
Bin pointless INET_PATH_TOKEN
There is nothing mnemonic in the name 'INET_PATH_TOKEN' that would tell the
code reader that it simply means '/'.
Change-Id: I89ce72e8be5cf0ef2c66b23ad6e721ad49105648
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r-- | include/tools/urlobj.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 88b8ecd20caa..0902372d6f9b 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -31,7 +31,6 @@ namespace com { namespace sun { namespace star { namespace util { } } } } // Special tokens: -#define INET_PATH_TOKEN '/' #define INET_MARK_TOKEN '#' #define INET_HEX_ESCAPE '%' |