From 61bc04f3a499c4ff856a37d161219d6de733d9d1 Mon Sep 17 00:00:00 2001 From: Dan Sagunov Date: Mon, 4 Nov 2013 14:05:16 +0400 Subject: Remove nacl debug things --- src/main.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 765d0d11c..65b6e98ef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,10 +48,6 @@ #include #endif -#ifdef __native_client__ -#include -#endif - #include #include #include @@ -278,15 +274,6 @@ int main(int argc, char *argv[]) LoadLibrary("exchndl.dll"); #endif -#if defined __native_client__ - // for now for debug hardcoded path - umount("/"); - mount("", "/", "memfs", 0, ""); - mount("", "/persistent", "html5fs", 0, - "type=PERSISTENT,expected_size=104857600"); - mount("http://localhost:5103/my/manaplus", "/http", "httpfs", 0, ""); -#endif - selfName = argv[0]; // Parse command line options -- cgit v1.2.3-70-g09d2