summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/flag_decltype.h
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/flag_decltype.h')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/flag_decltype.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/flag_decltype.h b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/flag_decltype.h
deleted file mode 100644
index f6946575..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/flag_decltype.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * @file flag_decltype.h
- *
- * @license GPL v2+
- */
-
-#ifndef FLAG_DECLTYPE_INCLUDED
-#define FLAG_DECLTYPE_INCLUDED
-
-
-/**
- * Flags all chunks within a cpp decltype expression from the opening
- * brace to the closing brace
- *
- * @return Returns true if expression is a valid decltype expression
- */
-bool flag_cpp_decltype(chunk_t *pc);
-
-
-#endif