Remove unused SpecialCaseList constructors
[oota-llvm.git] / include / llvm / Transforms / Utils / SpecialCaseList.h
index 34396fd34b4aa4002bc93ff189a41509fb0707c3..bf95ec02b9c322ceca7bdb731a56e9fd0a0e3dd7 100644 (file)
@@ -57,10 +57,6 @@ class StringRef;
 
 class SpecialCaseList {
  public:
-  // FIXME: Switch all users to factories and remove these constructors.
-  SpecialCaseList(const StringRef Path);
-  SpecialCaseList(const MemoryBuffer *MB);
-
   /// Parses the special case list from a file. If Path is empty, returns
   /// an empty special case list. On failure, returns 0 and writes an error
   /// message to string.