Chromium Code Reviews| Index: samples/shell.cc |
| diff --git a/samples/shell.cc b/samples/shell.cc |
| index b66e8f7453d1b38c323b157d5859778f3441b98b..1a08afffdc8ad211ec10adb898ab943427ed1b5b 100644 |
| --- a/samples/shell.cc |
| +++ b/samples/shell.cc |
| @@ -35,10 +35,6 @@ |
| #include <stdlib.h> |
| #include <string.h> |
| -#ifdef COMPRESS_STARTUP_DATA_BZ2 |
| -#error Using compressed startup data is not supported for this sample |
| -#endif |
| - |
| /** |
| * This sample program shows how to implement a simple javascript shell |
| * based on V8. This includes initializing V8 with command line options, |