summaryrefslogtreecommitdiff
path: root/src/platform_win32.cc
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-01-17 22:53:12 +0100
committerBert Belder <bertbelder@gmail.com>2011-01-18 04:58:29 +0100
commitc99962e4cdef1dfc87c5337de9dbde14df39c9a3 (patch)
treee1c04e05e86f0c3bbe39f83bdec93672e7de2a2f /src/platform_win32.cc
parente0f47be9d0d86a07faaf8eb74409592f2cdaecf3 (diff)
downloadnode-new-c99962e4cdef1dfc87c5337de9dbde14df39c9a3.tar.gz
Misc. cleanups
casts, unused vars, function ordering, /* within comment, etc.
Diffstat (limited to 'src/platform_win32.cc')
-rw-r--r--src/platform_win32.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/platform_win32.cc b/src/platform_win32.cc
index 5dd425e356..cb1e9295eb 100644
--- a/src/platform_win32.cc
+++ b/src/platform_win32.cc
@@ -17,7 +17,6 @@ namespace node {
using namespace v8;
-static char buf[MAXPATHLEN + 1];
static char *process_title = NULL;