From 2b5b8fb4c5fdb46bf542736c316dd4e5ec06f167 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Fri, 31 Oct 2014 16:30:10 +0100 Subject: [PATCH] Removed empty files --- src/Internals/CompactJsonWriter.cpp | 7 ------- src/Internals/PrettyJsonWriter.cpp | 7 ------- 2 files changed, 14 deletions(-) delete mode 100644 src/Internals/CompactJsonWriter.cpp delete mode 100644 src/Internals/PrettyJsonWriter.cpp diff --git a/src/Internals/CompactJsonWriter.cpp b/src/Internals/CompactJsonWriter.cpp deleted file mode 100644 index 587496b3..00000000 --- a/src/Internals/CompactJsonWriter.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright Benoit Blanchon 2014 -// MIT License -// -// Arduino JSON library -// https://github.com/bblanchon/ArduinoJson - -#include "ArduinoJson/Internals/CompactJsonWriter.hpp" diff --git a/src/Internals/PrettyJsonWriter.cpp b/src/Internals/PrettyJsonWriter.cpp deleted file mode 100644 index b6a03812..00000000 --- a/src/Internals/PrettyJsonWriter.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright Benoit Blanchon 2014 -// MIT License -// -// Arduino JSON library -// https://github.com/bblanchon/ArduinoJson - -#include "ArduinoJson/Internals/PrettyJsonWriter.hpp"