Index: src/core/SkVarAlloc.h |
diff --git a/src/core/SkVarAlloc.h b/src/core/SkVarAlloc.h |
index 8a55b366155fdfafdd598511a374876ffd565d24..fb55192439a1b0a1d17f5d0cdb24c9ea657cc827 100644 |
--- a/src/core/SkVarAlloc.h |
+++ b/src/core/SkVarAlloc.h |
@@ -1,10 +1,3 @@ |
-/* |
- * Copyright 2015 Google Inc. |
- * |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
#ifndef SkVarAlloc_DEFINED |
#define SkVarAlloc_DEFINED |
@@ -14,9 +7,6 @@ |
public: |
// Smallest block we'll allocate is 2**N bytes. |
explicit SkVarAlloc(size_t minLgSize); |
- // Same as above, but first uses up to len bytes from storage. |
- SkVarAlloc(size_t minLgSize, char* storage, size_t len); |
- |
~SkVarAlloc(); |
// Returns contiguous bytes aligned at least for pointers. You may pass SK_MALLOC_THROW, etc. |