| Index: src/debug-agent.cc
|
| diff --git a/src/debug-agent.cc b/src/debug-agent.cc
|
| index 3410d6f41fa0c8449ee336ea04bb8d248a147035..86caba1e087a8ee0bce711026bfe0cbec06dd5f6 100644
|
| --- a/src/debug-agent.cc
|
| +++ b/src/debug-agent.cc
|
| @@ -25,8 +25,6 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#ifdef ENABLE_DEBUGGER_SUPPORT
|
| -
|
| #include "v8.h"
|
| #include "debug.h"
|
| #include "debug-agent.h"
|
| @@ -504,5 +502,3 @@ int DebuggerAgentUtil::ReceiveAll(Socket* conn, char* data, int len) {
|
| }
|
|
|
| } } // namespace v8::internal
|
| -
|
| -#endif // ENABLE_DEBUGGER_SUPPORT
|
|
|