removing non-existing file from the build
[folly.git] / folly / Checksum.cpp
index 881fc7d20ff1ff3aa483319c4d290e5fd585e153..a7afa352b8a789eac91c23725b9983032f89c67e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@ namespace folly {
 namespace detail {
 
 #ifndef __has_builtin
+  /* nolint */
   #define __has_builtin(x) 0
 #endif