aboutsummaryrefslogtreecommitdiffstats
path: root/src/standalone/upg5/pagedir.c
diff options
context:
space:
mode:
authorFilip Strömbäck <fstromback@gmail.com>2021-03-16 13:01:32 +0100
committerFilip Strömbäck <fstromback@gmail.com>2021-03-16 13:01:32 +0100
commitb7002c53057d4ae049237786d26f00a762dbc2ea (patch)
treef13985eaafedba1d64a6aa835bf93392186d0164 /src/standalone/upg5/pagedir.c
parentcda174afc8e1bf6b779726965f5eaa030d80b1dc (diff)
downloadpintos-rs-b7002c53057d4ae049237786d26f00a762dbc2ea.tar.gz
Updated names in standalone/ to match new lab numbering.
Diffstat (limited to 'src/standalone/upg5/pagedir.c')
-rw-r--r--src/standalone/upg5/pagedir.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/standalone/upg5/pagedir.c b/src/standalone/upg5/pagedir.c
deleted file mode 100644
index b60d871..0000000
--- a/src/standalone/upg5/pagedir.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* The code that simulates and tests your address verification. How
- this is done is disclosed. As a student you shall not compile this
- file, but instead compile your program with the .o file as:
-
- gcc -Wall -Wextra -std=c99 -pedantic -m32 -g verify_adr.c pagedir.o
- */
-#error Read comment above. Leave this line in place.
-