Commit e6c88ea
committed
[1.7>master] [MERGE chakra-core#3634 @xiaoyinl] Remove undefined functions in ScriptContext.h
Merge pull request chakra-core#3634 from xiaoyinl:function_cleanup
These member functions are declared in ScriptContext.h, but are not defined in ScriptContext.cpp:
[LeaveScriptStartCore](https://github.com/Microsoft/ChakraCore/search?q=LeaveScriptStartCore), [CleanEvalMapCache](https://github.com/Microsoft/ChakraCore/search?q=CleanEvalMapCache), [AddFunctionBodyToPropIdMap](https://github.com/Microsoft/ChakraCore/search?q=AddFunctionBodyToPropIdMap).
I wonder if we can remove them, since they are not used.1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
927 | | - | |
928 | 927 | | |
929 | 928 | | |
930 | 929 | | |
| |||
1061 | 1060 | | |
1062 | 1061 | | |
1063 | 1062 | | |
1064 | | - | |
1065 | 1063 | | |
1066 | 1064 | | |
1067 | 1065 | | |
| |||
1197 | 1195 | | |
1198 | 1196 | | |
1199 | 1197 | | |
1200 | | - | |
1201 | 1198 | | |
1202 | 1199 | | |
1203 | 1200 | | |
| |||
0 commit comments