summaryrefslogtreecommitdiff
path: root/deps/v8/src/variables.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-03-25 09:53:58 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-03-25 09:53:58 -0700
commit48f5f77713db6cb9d13495f0b780a62dbad2a9a7 (patch)
tree9b28ef45296722f9a17ebbb4cbcec8ad7ba61d68 /deps/v8/src/variables.h
parent6740dd48b38b8de1b490437cee09b2a052de583a (diff)
downloadnode-new-48f5f77713db6cb9d13495f0b780a62dbad2a9a7.tar.gz
Update to V8 2.1.9.1
Diffstat (limited to 'deps/v8/src/variables.h')
-rw-r--r--deps/v8/src/variables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/src/variables.h b/deps/v8/src/variables.h
index a68aa337f4..618f6ace7d 100644
--- a/deps/v8/src/variables.h
+++ b/deps/v8/src/variables.h
@@ -70,8 +70,6 @@ class StaticType {
private:
Kind kind_;
-
- DISALLOW_COPY_AND_ASSIGN(StaticType);
};