summaryrefslogtreecommitdiff
path: root/amiga/fs_backing_store.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-19 23:34:53 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-19 23:34:53 +0000
commit75623179aa7a0259477ef93dcd2a3562c4884c74 (patch)
tree900e55b6dfea5448dbf20209ed3692a08a50e0e7 /amiga/fs_backing_store.h
parent69f4397fe4c438063ac6b80e43749b5de10a4e68 (diff)
downloadnetsurf-75623179aa7a0259477ef93dcd2a3562c4884c74.tar.gz
netsurf-75623179aa7a0259477ef93dcd2a3562c4884c74.tar.bz2
Revert "Write out to the backing store asynchronously."
This reverts commit 1ddf8215cfde443a48043274cef17e45c68f0c91. Appears to be unsafe to run this in a new process.
Diffstat (limited to 'amiga/fs_backing_store.h')
-rw-r--r--amiga/fs_backing_store.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/amiga/fs_backing_store.h b/amiga/fs_backing_store.h
deleted file mode 100644
index 89a67fb79..000000000
--- a/amiga/fs_backing_store.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright 2014 Chris Young <chris@unsatisfactorysoftware.co.uk>
- *
- * This file is part of NetSurf, http://www.netsurf-browser.org/
- *
- * NetSurf is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * NetSurf is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef AMIGA_FS_BACKING_STORE_H
-#define AMIGA_FS_BACKING_STORE_H
-extern struct gui_llcache_table *amiga_filesystem_llcache_table;
-#endif
-