summaryrefslogtreecommitdiff
path: root/src/bootstrap/implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/implementation.h')
-rw-r--r--src/bootstrap/implementation.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/bootstrap/implementation.h b/src/bootstrap/implementation.h
deleted file mode 100644
index f62077c..0000000
--- a/src/bootstrap/implementation.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * This file is part of libdom.
- * Licensed under the MIT License,
- * http://www.opensource.org/licenses/mit-license.php
- * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
- */
-
-#ifndef dom_bootstrap_implementation_h_
-#define dom_bootstrap_implementation_h_
-
-dom_exception _dom_implementation_initialise(dom_alloc alloc, void *pw);
-void _dom_implementation_finalise(void);
-
-#endif