[REFACTOR] completely remove old src

This commit is contained in:
tqchen
2016-01-09 22:53:36 -08:00
parent d75e3ed05d
commit 5f28617d7d
6 changed files with 23 additions and 124 deletions

View File

@@ -9,5 +9,4 @@ Contributing Code
* The C++ code follows Google C++ style
* We follow numpy style to document our python module
* Tools to precheck codestyle
- clone https://github.com/dmlc/dmlc-core into root directory
- type ```make lint``` and fix possible errors.