A suggestion of removing unused code
Created by: wangkuiyi
Hello fella contributors to paddle-mobile,
A simple suggestion after reading the source code -- how about we remove unused code instead of commenting them out. For example, the following comments look like unused code, which, if removed would make the codebase cleaner than commenting them out:
https://github.com/PaddlePaddle/paddle-mobile/blob/2a345a21e2bd3184a8c0de015f512bfed2430b19/src/framework/lod_tensor.cpp#L44-L57  https://github.com/PaddlePaddle/paddle-mobile/blob/2a345a21e2bd3184a8c0de015f512bfed2430b19/src/framework/lod_tensor.cpp#L214-L215
Thanks!