Chromium Code Reviews| Index: samples/process.cc |
| diff --git a/samples/process.cc b/samples/process.cc |
| index e5c9b7a53cf15926a0dedfc5466e249176793575..fada73dcbdc090d122a932617ff9db8ccd970f4f 100644 |
| --- a/samples/process.cc |
| +++ b/samples/process.cc |
| @@ -32,10 +32,6 @@ |
| #include <map> |
| #include <string> |
| -#ifdef COMPRESS_STARTUP_DATA_BZ2 |
| -#error Using compressed startup data is not supported for this sample |
| -#endif |
| - |
| using namespace std; |
| using namespace v8; |