tp: delete table macros!
These are now completely unused (the couple of macros needed for C++
Views, I moved into the View code itself) so can be safely deleted.
It's been quite a journey for this code: it was beautiful in one way but
also terrible (and unmaintainable) on the other side. With the increased
contribution to TP these days and interest in changing a lot of how
tables work, the time had come for this code.
Change-Id: Ie2fa6a4c404cbc329e91933e01a99f7b82470e7a
diff --git a/python/generators/trace_processor_table/serialize.py b/python/generators/trace_processor_table/serialize.py
index 875b3de..1b498c3 100644
--- a/python/generators/trace_processor_table/serialize.py
+++ b/python/generators/trace_processor_table/serialize.py
@@ -605,7 +605,7 @@
#ifndef {ifdef_guard}
#define {ifdef_guard}
-#include "src/trace_processor/tables/macros.h"
+#include "src/trace_processor/tables/macros_internal.h"
{include_paths_str}