summaryrefslogtreecommitdiff
path: root/server/install_test.cpp
diff options
context:
space:
mode:
authorPi-Cla <pirateclip@protonmail.com>2022-05-05 00:05:22 -0600
committerVedang Manerikar <ved.manerikar@gmail.com>2022-05-21 20:06:15 -0400
commit97a298192978788db9adbe723b1aa384e2ddf638 (patch)
treeb1aa4af1f458477e126a008dfbf8db05b04d2f98 /server/install_test.cpp
parentfedd930a09a497c03df3ce5204ccbd80da724662 (diff)
Remove usage of all private poppler headers in pdf-tools
This commit also removes C++ entirely, as it is not needed anymore for correct compilation of `epdfinfo`. The following changes are made: - Remove private headers from all the server code. This involves: - Replace private header functionality with the correct public functions provided by poppler. - Remove unneeded headers around date checks - Delete dead-code (headers, m4 macros) - Remove C++, g++ and similar aliases from all the code. Also: - Remove related information from the README - Remove related information from CI and Dockerfiles Work done by: @Pi-Cla Closes: #105, #103, #109, #114
Diffstat (limited to 'server/install_test.cpp')
-rw-r--r--server/install_test.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/install_test.cpp b/server/install_test.cpp
deleted file mode 100644
index d553d2b..0000000
--- a/server/install_test.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <PDFDocEncoding.h>
-#include <iostream>
-
-int main() {
- std::cout << "Hello World, pdf-tools!";
- return 0;
-}