diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-25 11:14:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-25 14:12:57 +0200 |
commit | 49f9ecb0facdb120ca7199409b002de4b7111e3f (patch) | |
tree | 1e66a39c3b33fa2d6869edcc7f76e0c96e8b663d /sal/osl | |
parent | 66cd9eeb90869b88ab883eab367a39041f21aef0 (diff) |
Remove unused defines
Second is already commented out, first is unused, too.
Change-Id: I1429cab3186189a96d0a07fa7097d87d372b372a
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/w32/system.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/osl/w32/system.h b/sal/osl/w32/system.h index 3f5d973b4110..999cd70d3c48 100644 --- a/sal/osl/w32/system.h +++ b/sal/osl/w32/system.h @@ -89,9 +89,6 @@ #pragma warning(pop) #endif -#define _MAX_CMD 4096 /* maximum length of commandline */ -/* #define _MAX_ENV 4096 maximum length of environment var (isn't used anywhere) */ - #ifdef GCC # ifndef SA_FAMILY_DECL # define SA_FAMILY_DECL short sa_family |