chore(kernel): remove dead file

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-01-21 14:21:13 -08:00
parent fbaf6e887f
commit 7299b2d5d6

View file

@ -1,13 +0,0 @@
/*
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#include <sstream>
#include "kernel/kernel_exception.h"
#include "kernel/printer.h"
#include "kernel/formatter.h"
namespace lean {
}