diff options
Diffstat (limited to 'ppapi/cpp')
-rw-r--r-- | ppapi/cpp/var.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ppapi/cpp/var.h b/ppapi/cpp/var.h index 0fdd5f5..e055cad 100644 --- a/ppapi/cpp/var.h +++ b/ppapi/cpp/var.h @@ -54,13 +54,6 @@ class Var { // Takes ownership of the given pointer. Var(Instance* instance, deprecated::ScriptableObject* object); - // TODO(brettw) erase this! This is a temporary hack to keep the build - // going while we land the nacl side of this change. Calling this function - // will crash rather than break the compile. - Var(deprecated::ScriptableObject* /* object */) { - *(int*)0 = 3; - } - Var(const Var& other); virtual ~Var(); |