diff options
| author | ruki <[email protected]> | 2016-02-17 21:22:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-17 21:22:52 +0800 |
| commit | 259f527327b19d5760bf3010b45f9cde52208066 (patch) | |
| tree | 2a09a7a90103868416c3e24bb24e321930aed128 | |
| parent | 9cce844ef3d27812a176ab9c34822d0846a935d4 (diff) | |
remove project.logfile interface for sandbox
| -rw-r--r-- | xmake/core/sandbox/import/project.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/core/sandbox/import/project.lua b/xmake/core/sandbox/import/project.lua index f3f726c6f..89d0d488f 100644 --- a/xmake/core/sandbox/import/project.lua +++ b/xmake/core/sandbox/import/project.lua @@ -41,13 +41,6 @@ function project.projectdir() return xmake._PROJECT_DIR end --- get the log file -function project.logfile() - - -- get it - return rule.logfile() -end - -- get the current platform function project.plat() |
