Index: src/Common/CompilerError.h
===================================================================
--- src/Common/CompilerError.h	(revision ccb29b47c00459e5bfba87f0eed380b3e7f121e2)
+++ 	(revision )
@@ -1,36 +1,0 @@
-//
-// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
-//
-// The contents of this file are covered under the licence agreement in the
-// file "LICENCE" distributed with Cforall.
-//
-// CompilerError.h -- 
-//
-// Author           : Richard C. Bilson
-// Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Jul 21 22:18:07 2017
-// Update Count     : 4
-//
-
-#pragma once
-
-#include <string>
-
-class CompilerError : public std::exception {
-  public:
-	CompilerError();
-	CompilerError( std::string what ) : what( what ) {}
-	~CompilerError() throw () {}
-
-	std::string get_what() const { return what; }
-	void set_what( std::string newValue ) { what = newValue; }
-  private:
-	std::string what;
-};
-
-// Local Variables: //
-// tab-width: 4 //
-// mode: c++ //
-// compile-command: "make install" //
-// End: //
Index: src/Common/UnimplementedError.h
===================================================================
--- src/Common/UnimplementedError.h	(revision ccb29b47c00459e5bfba87f0eed380b3e7f121e2)
+++ 	(revision )
@@ -1,36 +1,0 @@
-//
-// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
-//
-// The contents of this file are covered under the licence agreement in the
-// file "LICENCE" distributed with Cforall.
-//
-// UnimplementedError.h -- 
-//
-// Author           : Richard C. Bilson
-// Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Jul 21 22:18:35 2017
-// Update Count     : 2
-//
-
-#pragma once
-
-#include <string>
-
-class UnimplementedError : public std::exception {
-  public:
-	UnimplementedError();
-	UnimplementedError( std::string what ) : what( what ) {}
-	~UnimplementedError() throw () {}
-  
-	std::string get_what() const { return what; }
-	void set_what( std::string newValue ) { what = newValue; }
-  private:
-	std::string what;
-};
-
-// Local Variables: //
-// tab-width: 4 //
-// mode: c++ //
-// compile-command: "make install" //
-// End: //
Index: src/Common/module.mk
===================================================================
--- src/Common/module.mk	(revision ccb29b47c00459e5bfba87f0eed380b3e7f121e2)
+++ src/Common/module.mk	(revision 4d35bc646412c0083340d4bbc2fd4f18074da5d3)
@@ -20,5 +20,4 @@
 	Common/CodeLocationTools.hpp \
 	Common/CodeLocationTools.cpp \
-	Common/CompilerError.h \
 	Common/Debug.h \
 	Common/DeclStats.hpp \
@@ -52,5 +51,4 @@
 	Common/Stats/Time.cc \
 	Common/Stats/Time.h \
-	Common/UnimplementedError.h \
 	Common/UniqueName.cc \
 	Common/UniqueName.h \
