Commit 9753783
committed
[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 | |
|---|---|---|---|
| |||
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
917 | | - | |
918 | 917 | | |
919 | 918 | | |
920 | 919 | | |
| |||
1065 | 1064 | | |
1066 | 1065 | | |
1067 | 1066 | | |
1068 | | - | |
1069 | 1067 | | |
1070 | 1068 | | |
1071 | 1069 | | |
| |||
1201 | 1199 | | |
1202 | 1200 | | |
1203 | 1201 | | |
1204 | | - | |
1205 | 1202 | | |
1206 | 1203 | | |
1207 | 1204 | | |
| |||
0 commit comments