Remove unimplemented methods
This commit is contained in:
parent
8688b97dda
commit
87a4ba492e
66 changed files with 2 additions and 171 deletions
|
|
@ -1139,15 +1139,12 @@ void NativeScriptLanguage::profiling_start() {
|
|||
MutexLock lock(mutex);
|
||||
|
||||
profile_data.clear();
|
||||
profiling = true;
|
||||
#endif
|
||||
}
|
||||
|
||||
void NativeScriptLanguage::profiling_stop() {
|
||||
#ifdef DEBUG_ENABLED
|
||||
MutexLock lock(mutex);
|
||||
|
||||
profiling = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue