summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 02:02:44 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 02:02:44 +0000
commitab9cb282693fb8e36b2d035fccd07d4b93acf65f (patch)
treeecf6224044165ee2c7873ccf17ac09cc766917b4
parent5815d4c35ce272a511a3321d16b86bbfda34d283 (diff)
downloadchromium_src-ab9cb282693fb8e36b2d035fccd07d4b93acf65f.zip
chromium_src-ab9cb282693fb8e36b2d035fccd07d4b93acf65f.tar.gz
chromium_src-ab9cb282693fb8e36b2d035fccd07d4b93acf65f.tar.bz2
Remove a definition in a weird spot since it's only used on Solaris, which nobody is actively porting to right now.
BUG=none TEST=none Review URL: http://codereview.chromium.org/5202001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66578 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/process_util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/base/process_util.h b/base/process_util.h
index 77d772b..ca43289 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -36,14 +36,6 @@ typedef struct _malloc_zone_t malloc_zone_t;
#include "base/file_descriptor_shuffle.h"
#include "base/process.h"
-#ifndef NAME_MAX // Solaris and some BSDs have no NAME_MAX
-#ifdef MAXNAMLEN
-#define NAME_MAX MAXNAMLEN
-#else
-#define NAME_MAX 256
-#endif
-#endif
-
class CommandLine;
class FilePath;