Remove unused aom_complement()

Change-Id: I84ebc5acd57aa1cf735fae9cdb56f225afcb3a63
diff --git a/aom_dsp/prob.h b/aom_dsp/prob.h
index 86ed3d3..14d3bd3 100644
--- a/aom_dsp/prob.h
+++ b/aom_dsp/prob.h
@@ -38,8 +38,6 @@
 
 #define TREE_SIZE(leaf_count) (-2 + 2 * (leaf_count))
 
-#define aom_complement(x) (255 - x)
-
 #define MODE_MV_COUNT_SAT 20
 
 /* We build coding trees compactly in arrays.