From 37bd6fdb9cdcb572638573b163b831cfa5cb24d7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 8 Apr 2015 15:56:11 -0700 Subject: [PATCH] Move Logger to attic -- last bit of OS-specific stuff to get out of core. --- {node => attic}/Logger.cpp | 0 {node => attic}/Logger.hpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {node => attic}/Logger.cpp (100%) rename {node => attic}/Logger.hpp (100%) diff --git a/node/Logger.cpp b/attic/Logger.cpp similarity index 100% rename from node/Logger.cpp rename to attic/Logger.cpp diff --git a/node/Logger.hpp b/attic/Logger.hpp similarity index 100% rename from node/Logger.hpp rename to attic/Logger.hpp