Removing old profiler files
When merging the change from Widevine's repo over to NYC, some deletes were missed. This change removed the unused classes profiler_session and stats. The make file still had a reference to Stats, which was likely due to a merge conflict. Change-Id: Ic39baafab4bfd84e2b462f6749761c8a228244c7
This commit is contained in:
@@ -38,7 +38,6 @@ LOCAL_SRC_FILES := \
|
||||
$(PROFILER_SRC_DIR)/circular_buffer.cpp \
|
||||
$(PROFILER_SRC_DIR)/entry_writer.cpp \
|
||||
$(PROFILER_SRC_DIR)/profiled_scope.cpp \
|
||||
$(PROFILER_SRC_DIR)/stats.cpp \
|
||||
$(PROFILER_SRC_DIR)/profiler.cpp \
|
||||
$(PROFILER_SRC_DIR)/call_table.cpp \
|
||||
$(PROFILER_SRC_DIR)/call_history.cpp
|
||||
|
||||
Reference in New Issue
Block a user