Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove undefined functions in ScriptContext.h #3634

Merged
merged 1 commit into from
Sep 23, 2017
Merged

Remove undefined functions in ScriptContext.h #3634

merged 1 commit into from
Sep 23, 2017

Conversation

xiaoyinl
Copy link
Contributor

@xiaoyinl xiaoyinl commented Sep 2, 2017

These member functions are declared in ScriptContext.h, but are not defined in ScriptContext.cpp:
LeaveScriptStartCore, CleanEvalMapCache, AddFunctionBodyToPropIdMap.

I wonder if we can remove them, since they are not used.

These member functions are declared in ScriptContext.h, but are not defined in ScriptContext.cpp:
LeaveScriptStartCore, CleanEvalMapCache, AddFunctionBodyToPropIdMap.

This patch removes them, since they are not used.
@xiaoyinl
Copy link
Contributor Author

xiaoyinl commented Sep 2, 2017

@dotnet-bot test Ubuntu shared_ubuntu_linux_release please

@chakrabot chakrabot merged commit b966a9d into chakra-core:release/1.7 Sep 23, 2017
chakrabot pushed a commit that referenced this pull request Sep 23, 2017
Merge pull request #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.
chakrabot pushed a commit that referenced this pull request Sep 23, 2017
…riptContext.h

Merge pull request #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.
@xiaoyinl xiaoyinl deleted the function_cleanup branch September 23, 2017 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants