From 399d9c58a2777aef3b53fb4860cb8bf4252a1598 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sun, 10 Mar 2013 23:03:25 +0100 Subject: Revert "Added function on WString class to export char ptr" This reverts commit a0c96bebddac27e8ea51811a74d6cdfa2d8a30e0. --- cores/arduino/WString.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cores/arduino/WString.cpp') diff --git a/cores/arduino/WString.cpp b/cores/arduino/WString.cpp index d05037b..c6839fc 100644 --- a/cores/arduino/WString.cpp +++ b/cores/arduino/WString.cpp @@ -642,8 +642,4 @@ long String::toInt(void) const return 0; } -char* String::c_str() const -{ - return buffer; -} -- cgit v1.2.3-18-g5258