Skip to content

Commit

Permalink
tool_writeenv: remove _MPRINTF_REPLACE define, it wasn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 3, 2015
1 parent 43eb8b2 commit af838b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tool_writeenv.c
Expand Up @@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
* Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
Expand All @@ -27,11 +27,8 @@
# include <kernel.h>
#endif

#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>

#include "tool_writeenv.h"

#include "memdebug.h" /* keep this as LAST include */

static const struct
Expand Down

0 comments on commit af838b7

Please sign in to comment.