there are no POSTAMBLEs

Change-Id: I2a4792992566f52e5e826fc2e43ae9e1a49217c3
Reviewed-on: https://skia-review.googlesource.com/c/171584
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
diff --git a/src/core/SkBitmapProcState_sample.h b/src/core/SkBitmapProcState_sample.h
index 2f5128c..70bae6a 100644
--- a/src/core/SkBitmapProcState_sample.h
+++ b/src/core/SkBitmapProcState_sample.h
@@ -62,10 +62,6 @@
             src = srcAddr[*xx++]; *colors++ = RETURNDST(src);
         }
     }
-
-#ifdef POSTAMBLE
-    POSTAMBLE(s);
-#endif
 }
 
 ///////////////////////////////////////////////////////////////////////////////
@@ -111,10 +107,6 @@
         colors += 1;
 
     } while (--count != 0);
-
-#ifdef POSTAMBLE
-    POSTAMBLE(s);
-#endif
 }
 
 #undef MAKENAME
@@ -127,9 +119,6 @@
 #ifdef PREAMBLE
     #undef PREAMBLE
 #endif
-#ifdef POSTAMBLE
-    #undef POSTAMBLE
-#endif
 
 #undef FILTER_PROC_TYPE
 #undef GET_FILTER_TABLE
diff --git a/src/core/SkBitmapProcState_shaderproc.h b/src/core/SkBitmapProcState_shaderproc.h
index 1816d04..07c5d12 100644
--- a/src/core/SkBitmapProcState_shaderproc.h
+++ b/src/core/SkBitmapProcState_shaderproc.h
@@ -66,10 +66,6 @@
 
         fx += dx;
     } while (--count != 0);
-
-#ifdef POSTAMBLE
-    POSTAMBLE(s);
-#endif
 }
 
 ///////////////////////////////////////////////////////////////////////////////
@@ -83,6 +79,5 @@
 #undef SRC_TO_FILTER
 #undef FILTER_TO_DST
 #undef PREAMBLE
-#undef POSTAMBLE
 
 #undef SCALE_FILTER_NAME