summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-08-26 22:29:51 -0400
committerGitHub <noreply@github.com>2019-08-26 22:29:51 -0400
commit725eb9810590e8237df68ec5580daaf0fa77e7d3 (patch)
treed7639e0f306c5b29848cfc7a5091a8bdbaa263f3 /core
parentf94900406d52a9d0a432ae9ebef65d46092afb41 (diff)
Clean up various flatbuffer references (#2819)
Diffstat (limited to 'core')
-rw-r--r--core/libdeno/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libdeno/BUILD.gn b/core/libdeno/BUILD.gn
index 10ec4bf91..2623fef2d 100644
--- a/core/libdeno/BUILD.gn
+++ b/core/libdeno/BUILD.gn
@@ -38,7 +38,7 @@ v8_source_set("v8") {
}
# Only functionality needed for libdeno_test and snapshot_creator
-# In particular no flatbuffers, no assets, no rust, no msg handlers.
+# In particular no assets, no rust, no msg handlers.
# Because snapshots are slow, it's important that snapshot_creator's
# dependencies are minimal.
v8_source_set("libdeno") {